aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2021-02-17 08:06:46 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2021-02-17 08:06:46 +0000
commit0063d0a53053a68f5d64af717ac2d2de0bd46a37 (patch)
tree662968848dc9ef791a0b37b1d2b1394c0aee8766 /archivers
parentf80d9b9968241b1b9f70b808bd31ed023ac436bd (diff)
downloadports-0063d0a53053a68f5d64af717ac2d2de0bd46a37.tar.gz
ports-0063d0a53053a68f5d64af717ac2d2de0bd46a37.zip
Unbreak the build after r565273.
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=565484
Diffstat (limited to 'archivers')
-rw-r--r--archivers/unarchiver/files/patch-UniversalDetector_Makefile.freebsd3
-rw-r--r--archivers/unarchiver/files/patch-XADMaster_Makefile.freebsd3
2 files changed, 4 insertions, 2 deletions
diff --git a/archivers/unarchiver/files/patch-UniversalDetector_Makefile.freebsd b/archivers/unarchiver/files/patch-UniversalDetector_Makefile.freebsd
index 276bf68cf4aa..7fa453e27f95 100644
--- a/archivers/unarchiver/files/patch-UniversalDetector_Makefile.freebsd
+++ b/archivers/unarchiver/files/patch-UniversalDetector_Makefile.freebsd
@@ -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 \
diff --git a/archivers/unarchiver/files/patch-XADMaster_Makefile.freebsd b/archivers/unarchiver/files/patch-XADMaster_Makefile.freebsd
index bc44ce313e51..7ce53088e8c3 100644
--- a/archivers/unarchiver/files/patch-XADMaster_Makefile.freebsd
+++ b/archivers/unarchiver/files/patch-XADMaster_Makefile.freebsd
@@ -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 \