diff options
author | lioux <lioux@FreeBSD.org> | 2001-09-18 12:04:55 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-09-18 12:04:55 +0800 |
commit | 8c1220b30ac5795f6ce9103ad057ee944e47b944 (patch) | |
tree | c00d890debc7022917de14d2f1649e9a15c7cee8 /devel | |
parent | a99f4e59141283d7f553c0c5d61aeb2b8a5d55da (diff) | |
download | freebsd-ports-gnome-8c1220b30ac5795f6ce9103ad057ee944e47b944.tar.gz freebsd-ports-gnome-8c1220b30ac5795f6ce9103ad057ee944e47b944.tar.zst freebsd-ports-gnome-8c1220b30ac5795f6ce9103ad057ee944e47b944.zip |
correctly brandelf linux binaries
Diffstat (limited to 'devel')
-rw-r--r-- | devel/linux-understand_ada/Makefile | 2 | ||||
-rw-r--r-- | devel/linux-understand_c/Makefile | 2 | ||||
-rw-r--r-- | devel/understand_ada/Makefile | 2 | ||||
-rw-r--r-- | devel/understand_c/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/devel/linux-understand_ada/Makefile b/devel/linux-understand_ada/Makefile index b018cd72421e..af645c890826 100644 --- a/devel/linux-understand_ada/Makefile +++ b/devel/linux-understand_ada/Makefile @@ -21,6 +21,7 @@ NO_BUILD= yes PREFIX_LINUX?= ${LINUXBASE} STRIP= ${LINUXBASE}/usr/bin/strip +BRANDELF?= /usr/bin/brandelf FMT?= /usr/bin/fmt INSTALL_DATA_DIR?= ${INSTALL} -d -o ${SHAREOWN} \ -g ${SHAREGRP} -m 755 @@ -103,6 +104,7 @@ do-install: @${INSTALL_SCRIPT} ${WRKSRC}/bin/pc-linux_elf/${file} \ ${PREFIX}/lib/${PORTNAME}/bin/pc-linux_elf @${STRIP} ${PREFIX}/lib/${PORTNAME}/bin/pc-linux_elf/${file} + @${BRANDELF} -t Linux ${PREFIX}/lib/${PORTNAME}/bin/pc-linux_elf/${file} @if [ ! -f ${PREFIX}/bin/${file} ]; \ then \ ${LN} -sf ${PORTNAME} ${PREFIX}/bin/${file} ; \ diff --git a/devel/linux-understand_c/Makefile b/devel/linux-understand_c/Makefile index 0ccbda883580..f6187dc59742 100644 --- a/devel/linux-understand_c/Makefile +++ b/devel/linux-understand_c/Makefile @@ -22,6 +22,7 @@ NO_BUILD= yes PREFIX_LINUX?= ${LINUXBASE} STRIP= ${LINUXBASE}/usr/bin/strip +BRANDELF?= /usr/bin/brandelf FMT?= /usr/bin/fmt CONF_DIRS= compilers configs fonts license @@ -100,6 +101,7 @@ do-install: @${INSTALL_SCRIPT} ${WRKSRC}/bin/pc-linux_elf/${file} \ ${PREFIX}/lib/understand_c/bin/pc-linux_elf @${STRIP} ${PREFIX}/lib/understand_c/bin/pc-linux_elf/${file} + @${BRANDELF} -t Linux ${PREFIX}/lib/understand_c/bin/pc-linux_elf/${file} @if [ ! -f ${PREFIX}/bin/${file} ]; \ then \ ${LN} -sf understand_c ${PREFIX}/bin/${file} ; \ diff --git a/devel/understand_ada/Makefile b/devel/understand_ada/Makefile index b018cd72421e..af645c890826 100644 --- a/devel/understand_ada/Makefile +++ b/devel/understand_ada/Makefile @@ -21,6 +21,7 @@ NO_BUILD= yes PREFIX_LINUX?= ${LINUXBASE} STRIP= ${LINUXBASE}/usr/bin/strip +BRANDELF?= /usr/bin/brandelf FMT?= /usr/bin/fmt INSTALL_DATA_DIR?= ${INSTALL} -d -o ${SHAREOWN} \ -g ${SHAREGRP} -m 755 @@ -103,6 +104,7 @@ do-install: @${INSTALL_SCRIPT} ${WRKSRC}/bin/pc-linux_elf/${file} \ ${PREFIX}/lib/${PORTNAME}/bin/pc-linux_elf @${STRIP} ${PREFIX}/lib/${PORTNAME}/bin/pc-linux_elf/${file} + @${BRANDELF} -t Linux ${PREFIX}/lib/${PORTNAME}/bin/pc-linux_elf/${file} @if [ ! -f ${PREFIX}/bin/${file} ]; \ then \ ${LN} -sf ${PORTNAME} ${PREFIX}/bin/${file} ; \ diff --git a/devel/understand_c/Makefile b/devel/understand_c/Makefile index 0ccbda883580..f6187dc59742 100644 --- a/devel/understand_c/Makefile +++ b/devel/understand_c/Makefile @@ -22,6 +22,7 @@ NO_BUILD= yes PREFIX_LINUX?= ${LINUXBASE} STRIP= ${LINUXBASE}/usr/bin/strip +BRANDELF?= /usr/bin/brandelf FMT?= /usr/bin/fmt CONF_DIRS= compilers configs fonts license @@ -100,6 +101,7 @@ do-install: @${INSTALL_SCRIPT} ${WRKSRC}/bin/pc-linux_elf/${file} \ ${PREFIX}/lib/understand_c/bin/pc-linux_elf @${STRIP} ${PREFIX}/lib/understand_c/bin/pc-linux_elf/${file} + @${BRANDELF} -t Linux ${PREFIX}/lib/understand_c/bin/pc-linux_elf/${file} @if [ ! -f ${PREFIX}/bin/${file} ]; \ then \ ${LN} -sf understand_c ${PREFIX}/bin/${file} ; \ |