From eee79b7cef181e6d556411fd8dbe41912767bf4f Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 29 May 2000 03:53:13 +0000 Subject: Don't strip a Linux binary with FreeBSD's strip(1) or we can't brandelf(1) them later. PR: 18781 Submitted by: FUJISHIMA Satsuki --- graphics/linux-bmrt/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'graphics/linux-bmrt') diff --git a/graphics/linux-bmrt/Makefile b/graphics/linux-bmrt/Makefile index 65a6156fd75c..f4b8a879bea2 100644 --- a/graphics/linux-bmrt/Makefile +++ b/graphics/linux-bmrt/Makefile @@ -19,6 +19,10 @@ WRKSRC= ${WRKDIR}/BMRT2.5 NO_BUILD= yes NO_CDROM= "See the License" +# 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= + DOC_DIR= ${PREFIX}/share/doc/bmrt FETCH_CMD= /usr/bin/fetch -Ab PROGRAM= composite mkmip mkmosaic rendrib rgl slc slctell -- cgit v1.2.3