summaryrefslogtreecommitdiff
path: root/firefox
diff options
context:
space:
mode:
authorBrett Goulder <predatorfreak@dcaf-security.org>2008-03-27 14:03:26 -0400
committerBrett Goulder <predatorfreak@dcaf-security.org>2008-03-27 14:03:26 -0400
commit74aae61c23883c10e15cd268a5d28754b7eeb1f3 (patch)
tree6436b604132c4e33a89e5ee32a0fa9f07c7ccf6f /firefox
parent67f19e04def65b74c0f4079e93f99e2200edd036 (diff)
downloadopt-74aae61c23883c10e15cd268a5d28754b7eeb1f3.tar.gz
opt-74aae61c23883c10e15cd268a5d28754b7eeb1f3.tar.xz
firefox: Fix typo pertaining to ldflags patch.
Diffstat (limited to 'firefox')
-rw-r--r--firefox/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox/Pkgfile b/firefox/Pkgfile
index ea2b7b041..33402424c 100644
--- a/firefox/Pkgfile
+++ b/firefox/Pkgfile
@@ -17,7 +17,7 @@ build() {
export MOZILLA_FIVE_HOME=/usr/lib/firefox
cd mozilla
- patch -p0 -i $SRC/ldflags.patch
+ patch -p0 -i $SRC/firefox-2.0-add-ldflags.patch
sed -e "s/#CFLAGS#/$CFLAGS/" -e "s/#MAKEFLAGS/$MAKEFLAGS/g" $SRC/mozconfig > .mozconfig
./configure
make

Generated by cgit