summaryrefslogtreecommitdiff
path: root/filesystems/fuse-obexfs/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/fuse-obexfs/patches/patch-ab')
-rw-r--r--filesystems/fuse-obexfs/patches/patch-ab15
1 files changed, 11 insertions, 4 deletions
diff --git a/filesystems/fuse-obexfs/patches/patch-ab b/filesystems/fuse-obexfs/patches/patch-ab
index ce21f4f1001..c9e3be56952 100644
--- a/filesystems/fuse-obexfs/patches/patch-ab
+++ b/filesystems/fuse-obexfs/patches/patch-ab
@@ -1,8 +1,10 @@
-$NetBSD: patch-ab,v 1.1.1.1 2007/05/16 10:32:52 xtraeme Exp $
+$NetBSD: patch-ab,v 1.2 2022/01/27 03:58:34 pho Exp $
---- configure.in.orig 2006-02-08 22:18:40.000000000 +0100
-+++ configure.in 2007-05-14 09:22:27.000000000 +0200
-@@ -7,6 +7,7 @@
+Do not overwrite CFLAGS
+
+--- configure.in.orig 2006-02-08 21:18:40.000000000 +0000
++++ configure.in
+@@ -7,10 +7,11 @@ AC_PROG_CC
AC_PROG_RANLIB
AC_PROG_INSTALL
@@ -10,3 +12,8 @@ $NetBSD: patch-ab,v 1.1.1.1 2007/05/16 10:32:52 xtraeme Exp $
PKG_CHECK_MODULES(OPENOBEX,openobex)
# PKG_CHECK_MODULES(OBEXFTP,obexftp)
+-CFLAGS="-Wall -W -Wmissing-declarations -Wmissing-prototypes"
++CFLAGS="$CFLAGS -Wall -W -Wmissing-declarations -Wmissing-prototypes"
+ CFLAGS="$CFLAGS -O2 -D_FILE_OFFSET_BITS=64"
+
+ AC_OUTPUT([Makefile fuse/Makefile])