summaryrefslogtreecommitdiff
path: root/x11/gnustep-preferences
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2003-04-01 08:07:47 +0000
committerrh <rh@pkgsrc.org>2003-04-01 08:07:47 +0000
commit71861d963c194f2b6aacf8c905e36d5f18370491 (patch)
treed8d7d3733f0dd8876be5fdde59a628b9c3c786a9 /x11/gnustep-preferences
parenta60b46c1bcc4333f79f7db60edbc394d06a058dd (diff)
downloadpkgsrc-71861d963c194f2b6aacf8c905e36d5f18370491.tar.gz
Add -Wno-import to the Objective-C CFLAGS to avoid stumbling over -Werror
Diffstat (limited to 'x11/gnustep-preferences')
-rw-r--r--x11/gnustep-preferences/distinfo6
-rw-r--r--x11/gnustep-preferences/patches/patch-aa17
-rw-r--r--x11/gnustep-preferences/patches/patch-ab17
-rw-r--r--x11/gnustep-preferences/patches/patch-ac13
-rw-r--r--x11/gnustep-preferences/patches/patch-ad13
5 files changed, 65 insertions, 1 deletions
diff --git a/x11/gnustep-preferences/distinfo b/x11/gnustep-preferences/distinfo
index dd4f82b0eb5..a12d5e62100 100644
--- a/x11/gnustep-preferences/distinfo
+++ b/x11/gnustep-preferences/distinfo
@@ -1,4 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/09/29 09:05:25 rh Exp $
+$NetBSD: distinfo,v 1.2 2003/04/01 08:07:47 rh Exp $
SHA1 (Preferences-1.2.0.tar.bz2) = eb6b727c4f9eac2fd55237b3a3dc95e00bf748e9
Size (Preferences-1.2.0.tar.bz2) = 52293 bytes
+SHA1 (patch-aa) = 72234b83635b5adef5a55de7b3c3188245f87a0c
+SHA1 (patch-ab) = b2e59ffd762d4e519aa1385a391ece62e92c8530
+SHA1 (patch-ac) = 7916a627f395a3b141d7cb1b07d7fb72f4d98da6
+SHA1 (patch-ad) = aee5e8ae6ba4546991a43c25e12b0bc8d9054139
diff --git a/x11/gnustep-preferences/patches/patch-aa b/x11/gnustep-preferences/patches/patch-aa
new file mode 100644
index 00000000000..23fe132bb54
--- /dev/null
+++ b/x11/gnustep-preferences/patches/patch-aa
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1 2003/04/01 08:07:47 rh Exp $
+
+--- GNUmakefile.preamble.orig Tue Feb 12 14:35:17 2002
++++ GNUmakefile.preamble
+@@ -2,10 +2,10 @@
+ ADDITIONAL_CPPFLAGS +=
+
+ # Additional flags to pass to the Objective-C compiler
+-ADDITIONAL_OBJCFLAGS += -Wall -Werror
++ADDITIONAL_OBJCFLAGS += -Wall -Wno-import -Werror
+
+ # Additional flags to pass to the C compiler
+-ADDITIONAL_CFLAGS += -Wall -Werror
++ADDITIONAL_CFLAGS += -Wall -Wno-import -Werror
+
+ # Additional include directories the compiler should search
+ ADDITIONAL_INCLUDE_DIRS +=
diff --git a/x11/gnustep-preferences/patches/patch-ab b/x11/gnustep-preferences/patches/patch-ab
new file mode 100644
index 00000000000..a38ea8272d5
--- /dev/null
+++ b/x11/gnustep-preferences/patches/patch-ab
@@ -0,0 +1,17 @@
+$NetBSD: patch-ab,v 1.1 2003/04/01 08:07:47 rh Exp $
+
+--- PrefsModule/GNUmakefile.preamble.orig Tue Feb 12 15:02:11 2002
++++ PrefsModule/GNUmakefile.preamble
+@@ -2,10 +2,10 @@
+ ADDITIONAL_CPPFLAGS +=
+
+ # Additional flags to pass to the Objective-C compiler
+-ADDITIONAL_OBJCFLAGS += -Wall -Werror
++ADDITIONAL_OBJCFLAGS += -Wall -Wno-import -Werror
+
+ # Additional flags to pass to the C compiler
+-ADDITIONAL_CFLAGS += -Wall -Werror
++ADDITIONAL_CFLAGS += -Wall -Wno-import -Werror
+
+ # Additional include directories the compiler should search
+ ADDITIONAL_INCLUDE_DIRS +=
diff --git a/x11/gnustep-preferences/patches/patch-ac b/x11/gnustep-preferences/patches/patch-ac
new file mode 100644
index 00000000000..988db8cd1db
--- /dev/null
+++ b/x11/gnustep-preferences/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2003/04/01 08:07:47 rh Exp $
+
+--- Modules/PrefsApp/GNUmakefile.preamble.orig Tue Feb 12 14:50:13 2002
++++ Modules/PrefsApp/GNUmakefile.preamble
+@@ -2,7 +2,7 @@
+ ADDITIONAL_CPPFLAGS +=
+
+ # Additional flags to pass to the Objective-C compiler
+-ADDITIONAL_OBJCFLAGS += -Wall -Werror
++ADDITIONAL_OBJCFLAGS += -Wall -Wno-import -Werror
+
+ # Additional flags to pass to the C compiler
+ ADDITIONAL_CFLAGS +=
diff --git a/x11/gnustep-preferences/patches/patch-ad b/x11/gnustep-preferences/patches/patch-ad
new file mode 100644
index 00000000000..8ea9be44295
--- /dev/null
+++ b/x11/gnustep-preferences/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2003/04/01 08:07:47 rh Exp $
+
+--- Modules/Keyboard/GNUmakefile.preamble.orig Tue Feb 12 14:49:55 2002
++++ Modules/Keyboard/GNUmakefile.preamble
+@@ -2,7 +2,7 @@
+ ADDITIONAL_CPPFLAGS +=
+
+ # Additional flags to pass to the Objective-C compiler
+-ADDITIONAL_OBJCFLAGS += -Wall -Werror
++ADDITIONAL_OBJCFLAGS += -Wall -Wno-import -Werror
+
+ # Additional flags to pass to the C compiler
+ ADDITIONAL_CFLAGS +=