diff options
author | adam <adam@pkgsrc.org> | 2005-08-11 08:48:04 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-08-11 08:48:04 +0000 |
commit | e0f1bc893c30726a2e399309ae9fbd45dedb4b64 (patch) | |
tree | 4569821bbe429c2428f0976fe29f9374f0a7f71a /net/openafs/patches | |
parent | deab33839fc378ca15dd54a74eb44660403fb483 (diff) | |
download | pkgsrc-e0f1bc893c30726a2e399309ae9fbd45dedb4b64.tar.gz |
PLIST corrected, disable debug, enable pkgsrc optimisation
Diffstat (limited to 'net/openafs/patches')
-rw-r--r-- | net/openafs/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/openafs/patches/patch-aa b/net/openafs/patches/patch-aa new file mode 100644 index 00000000000..63062728a5c --- /dev/null +++ b/net/openafs/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 2005/08/11 08:48:33 adam Exp $ + +--- configure.orig 2005-08-11 10:25:48.000000000 +0000 ++++ configure +@@ -7796,7 +7796,7 @@ if test "x$enable_optimize_lwp" = "xno"; + LWP_OPTMZ= + fi + +- ++XCFLAGS="${XCFLAGS} ${CFLAGS}" + + + |