summaryrefslogtreecommitdiff
path: root/multimedia/linux-xmovie
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-05-29 03:51:37 +0000
committerSteve Price <steve@FreeBSD.org>2000-05-29 03:51:37 +0000
commit788658d6c67556af2cc701c897abc2ea253edc40 (patch)
tree05b7546dfc0145bf045cc8c8a77154f329e923cc /multimedia/linux-xmovie
parentAdd a missing @dirrm from PLIST, noticed by bento. (diff)
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>
Notes
Notes: svn path=/head/; revision=28891
Diffstat (limited to 'multimedia/linux-xmovie')
-rw-r--r--multimedia/linux-xmovie/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/linux-xmovie/Makefile b/multimedia/linux-xmovie/Makefile
index 9df1e90cdcd4..8baa0e9db09a 100644
--- a/multimedia/linux-xmovie/Makefile
+++ b/multimedia/linux-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__/ \