mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
18 lines
571 B
Plaintext
18 lines
571 B
Plaintext
$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 +=
|