aboutsummaryrefslogtreecommitdiff
path: root/deskutils/preferences/files/patch-PrefsModule_GNUmakefile.preamble
blob: 5b75f7af9ff0cf023c7159525550f0b39abda02d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- PrefsModule/GNUmakefile.preamble.orig	2002-02-12 05:02:11 UTC
+++ 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
 
 # Additional flags to pass to the C compiler
-ADDITIONAL_CFLAGS += -Wall -Werror
+ADDITIONAL_CFLAGS += -Wall
 
 # Additional include directories the compiler should search
 ADDITIONAL_INCLUDE_DIRS +=
@@ -34,5 +34,4 @@ ADDITIONAL_WO_LIBS +=
 #
 # Flags dealing with installing and uninstalling
 #
-GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_SYSTEM_ROOT)
 # Additional directories to be created during installation