From 8f2d1ea67ed79d773008edd0e0abd8161fedb3f6 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 29 May 2000 03:51:37 +0000 Subject: 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 --- graphics/xmovie/Makefile | 4 ++++ multimedia/linux-xmovie/Makefile | 4 ++++ multimedia/xmovie/Makefile | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/graphics/xmovie/Makefile b/graphics/xmovie/Makefile index 9df1e90cdcd4..8baa0e9db09a 100644 --- a/graphics/xmovie/Makefile +++ b/graphics/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__/ \ 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__/ \ diff --git a/multimedia/xmovie/Makefile b/multimedia/xmovie/Makefile index 9df1e90cdcd4..8baa0e9db09a 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__/ \ -- cgit