Unbreak the build after r565273.
Reported by: pkg-fallout
This commit is contained in:
parent
f80d9b9968
commit
0063d0a530
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565484
@ -1,6 +1,6 @@
|
||||
--- UniversalDetector/Makefile.freebsd.orig 2016-05-20 18:45:30 UTC
|
||||
+++ UniversalDetector/Makefile.freebsd
|
||||
@@ -1,28 +1,22 @@
|
||||
@@ -1,28 +1,23 @@
|
||||
# Compilers and linkers
|
||||
|
||||
-OBJCC = clang
|
||||
@ -18,6 +18,7 @@
|
||||
- -fgnu-runtime \
|
||||
-fexceptions \
|
||||
-fobjc-exceptions \
|
||||
+ -fobjc-runtime=gnustep-2.0 \
|
||||
-fconstant-string-class=NSConstantString
|
||||
|
||||
-GCC_OPTS = -O2 \
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- XADMaster/Makefile.freebsd.orig 2016-05-20 18:45:30 UTC
|
||||
+++ XADMaster/Makefile.freebsd
|
||||
@@ -1,28 +1,21 @@
|
||||
@@ -1,28 +1,22 @@
|
||||
# Compilers and linkers
|
||||
|
||||
-OBJCC = clang
|
||||
@ -18,6 +18,7 @@
|
||||
- -fgnu-runtime \
|
||||
-fexceptions \
|
||||
-fobjc-exceptions \
|
||||
+ -fobjc-runtime=gnustep-2.0 \
|
||||
-fconstant-string-class=NSConstantString
|
||||
|
||||
-GCC_OPTS = -O2 \
|
||||
|
Loading…
Reference in New Issue
Block a user