summaryrefslogtreecommitdiff
path: root/sysutils/gentoo/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2003-12-12 11:56:05 +0000
committeradam <adam@pkgsrc.org>2003-12-12 11:56:05 +0000
commit4b448658a22d5926346cb68d2bc942836db8a887 (patch)
tree07fb521e6f3b58e55a4026b0c2fa6569bcab935a /sysutils/gentoo/patches
parentf4059c5dd7a5f3d11419f96a596f0cb6dafae59f (diff)
downloadpkgsrc-4b448658a22d5926346cb68d2bc942836db8a887.tar.gz
Changes 0.11.45:
* Fixed logic error in Move that caused it to incorrectly fail when moving in the same filesystem (and be very sneaky about it unless you were using FAM). Also made it stop trying to avoid "needless" directory rescanning. * Fixed broken formatting string in MkDir command's overwrite init. * The Configure command's option text was untranslatable. Fixed, and translated it into Swedish. * gentoo no longer tries to copy attributes for smlinks. * Updated Russian translation.
Diffstat (limited to 'sysutils/gentoo/patches')
-rw-r--r--sysutils/gentoo/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/gentoo/patches/patch-ab b/sysutils/gentoo/patches/patch-ab
new file mode 100644
index 00000000000..1845616d920
--- /dev/null
+++ b/sysutils/gentoo/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2003/12/12 11:57:05 adam Exp $
+
+--- configure.orig 2003-12-12 12:15:39.000000000 +0000
++++ configure
+@@ -2717,7 +2717,7 @@ _ACEOF
+
+ GENTOO_CFLAGS="$GENTOO_CFLAGS -g -pg"
+ else
+- GENTOO_CFLAGS="$GENTOO_CFLAGS -O2"
++ GENTOO_CFLAGS="$GENTOO_CFLAGS $CFLAGS"
+ fi;
+
+