summaryrefslogtreecommitdiffstats
path: root/multimedia/xmovie
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-05-29 03:51:37 +0000
committersteve <steve@FreeBSD.org>2000-05-29 03:51:37 +0000
commit8f2d1ea67ed79d773008edd0e0abd8161fedb3f6 (patch)
treeace63bcced51ef83864fb6a4d2d303dfaa77b510 /multimedia/xmovie
parent0d27a69b2e4a99cc724ac7f1ba2bb76d37a4eb1e (diff)
downloadFreeBSD-ports-8f2d1ea67ed79d773008edd0e0abd8161fedb3f6.zip
FreeBSD-ports-8f2d1ea67ed79d773008edd0e0abd8161fedb3f6.tar.gz
Don't strip a Linux binary with FreeBSD's strip(1) or we can't brandelf(1)
them later. PR: 18780 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
Diffstat (limited to 'multimedia/xmovie')
-rw-r--r--multimedia/xmovie/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/xmovie/Makefile b/multimedia/xmovie/Makefile
index 9df1e90..8baa0e9 100644
--- a/multimedia/xmovie/Makefile
+++ b/multimedia/xmovie/Makefile
@@ -29,6 +29,10 @@ NO_BUILD= yes
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/xmovie-i586
+# Linux binary should not be stripped by INSTALL_PROGRAM as it uses
+# /usr/bin/strip which then brands the binary as a FreeBSD ELF one.
+STRIP=
+
RPM_MIRRORS= \
ftp://ftp.freesoftware.com/pub/linux/redhat/__DIR__/ \
ftp://ftp.redhat.com/redhat/__DIR__/ \
OpenPOWER on IntegriCloud