From 74aae61c23883c10e15cd268a5d28754b7eeb1f3 Mon Sep 17 00:00:00 2001 From: Brett Goulder Date: Thu, 27 Mar 2008 14:03:26 -0400 Subject: [PATCH] firefox: Fix typo pertaining to ldflags patch. --- firefox/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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