aboutsummaryrefslogtreecommitdiff
path: root/net/freeswitch
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-12-26 13:35:38 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-12-26 13:35:38 +0000
commit22776232adde68d8602d1cc8916e96157bf5f350 (patch)
tree56ea0b3178cfd68e765001fb26306c1507765d16 /net/freeswitch
parent6ad7974da1b0e3a7822c1eb196ba830511342b27 (diff)
downloadports-22776232adde68d8602d1cc8916e96157bf5f350.tar.gz
ports-22776232adde68d8602d1cc8916e96157bf5f350.zip
Stop setting INSTALL_TARGET to install-strip.
This causes `make stage' to fail, as noticed by pkg-fallout: libtool: install: strip --strip-debug /wrkdirs/usr/ports/net/freeswitch/work/stage/usr/local/lib/libfreeswitch.a strip: file format not recognized
Notes
Notes: svn path=/head/; revision=429515
Diffstat (limited to 'net/freeswitch')
-rw-r--r--net/freeswitch/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile
index 4ae2bd09e554..92fbea459b5f 100644
--- a/net/freeswitch/Makefile
+++ b/net/freeswitch/Makefile
@@ -55,7 +55,10 @@ ALL_MODULES_CONFLICTS_BUILD+= apr
ALL_MODULES_EXTRA_PATCHES= ${FILESDIR}/extrapatch-modules.conf
GNU_CONFIGURE= yes
-INSTALL_TARGET= install-strip
+# install-strip causes `make stage' to fail:
+# libtool: install: strip --strip-debug /wrkdirs/usr/ports/net/freeswitch/work/stage/usr/local/lib/libfreeswitch.a
+# strip: file format not recognized
+# INSTALL_TARGET= install-strip
SHEBANG_FILES= scripts/fsxs.in
USE_RC_SUBR= freeswitch