From 5bb90f6db9a297c08f104b908ad1bd390ba8e600 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 14 May 2000 21:31:58 +0000 Subject: Don't strip Linux binary with FreeBSD strip, as it then brands the binary as a FreeBSD one. PR: 18489 Submitted by: FUJISHIMA Satsuki (this fix and the PR) --- audio/linux-realplayer/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'audio/linux-realplayer') diff --git a/audio/linux-realplayer/Makefile b/audio/linux-realplayer/Makefile index f059ef49f093..0ddc1adddc5b 100644 --- a/audio/linux-realplayer/Makefile +++ b/audio/linux-realplayer/Makefile @@ -20,6 +20,8 @@ NO_CDROM= "Redistribution not allowed" NO_BUILD= yes WRKSRC= ${WRKDIR}/rvplayer5.0/ +STRIP= # 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. + LIBFILES= libdecdnet.so libra14_4.so libra28_8.so libradnet.so \ librarv10.so librasipr.so librv10dec.so librvcore.so \ librvplayer.so @@ -58,6 +60,7 @@ do-install: .endfor ${INSTALL_PROGRAM} ${WRKSRC}/rvplayer ${PREFIX}/bin/ + /compat/linux/usr/bin/strip ${PREFIX}/bin/rvplayer /usr/bin/brandelf -t Linux ${PREFIX}/bin/rvplayer ${INSTALL_DATA} ${WRKSRC}/welcome.rm ${PREFIX}/share/rvplayer5.0/ -- cgit v1.2.3