mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Update the default Objective-C compiler. Fix various build failures in GNUstep ports from newer versions of the GNUstep core libraries and from changes to GNUstep Make. Update various ports that use GNUstep and bump the portrevision of the ones that haven't had a new release.
31 lines
940 B
Text
31 lines
940 B
Text
--- GNUmakefile.preamble.orig 2002-02-12 04:35:17 UTC
|
|
+++ 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 +=
|
|
@@ -30,15 +30,3 @@ ADDITIONAL_OBJC_LIBS +=
|
|
ADDITIONAL_TOOL_LIBS +=
|
|
# WebObjects
|
|
ADDITIONAL_WO_LIBS +=
|
|
-
|
|
-#
|
|
-# Flags dealing with installing and uninstalling
|
|
-#
|
|
-GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_SYSTEM_ROOT)
|
|
-
|
|
-# Additional directories to be created during installation
|
|
-ADDITIONAL_INSTALL_DIRS += \
|
|
- $(GNUSTEP_USER_ROOT)/Library/Preferences \
|
|
- $(GNUSTEP_LOCAL_ROOT)/Library/Preferences \
|
|
- $(GNUSTEP_NETWORK_ROOT)/Library/Preferences \
|
|
- $(GNUSTEP_SYSTEM_ROOT)/Library/Preferences
|