summaryrefslogtreecommitdiff
path: root/filesystems/glusterfs/patches/patch-bg
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/glusterfs/patches/patch-bg')
-rw-r--r--filesystems/glusterfs/patches/patch-bg15
1 files changed, 15 insertions, 0 deletions
diff --git a/filesystems/glusterfs/patches/patch-bg b/filesystems/glusterfs/patches/patch-bg
new file mode 100644
index 00000000000..a10bae0c8f8
--- /dev/null
+++ b/filesystems/glusterfs/patches/patch-bg
@@ -0,0 +1,15 @@
+$NetBSD: patch-bg,v 1.1 2011/04/18 16:19:48 manu Exp $
+GCC does not have to be being with 64 bit mode.
+--- argp-standalone/configure.orig 2011-04-13 10:27:45.000000000 +0200
++++ argp-standalone/configure 2011-04-13 10:27:52.000000000 +0200
+@@ -6114,9 +6114,9 @@
+ true
+ else
+ CFLAGS="$CFLAGS -ggdb3"
+ fi
+- CFLAGS="$CFLAGS -m64 -Wall -W \
++ CFLAGS="$CFLAGS -Wall -W \
+ -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes \
+ -Waggregate-return \
+ -Wpointer-arith -Wbad-function-cast -Wnested-externs"
+ fi