diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2006-09-16 21:17:06 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2006-09-16 21:17:06 +0000 |
commit | 9d5df5aa4978c929ded2ad9038e67356c51e8787 (patch) | |
tree | 093a39f2227054b8fb79a510f2f55946c46d4e3c /emulators/linux_base-fc4 | |
parent | 3acb30560d01643966a6b1c03ab0c3fac948a09b (diff) | |
download | ports-9d5df5aa4978c929ded2ad9038e67356c51e8787.tar.gz ports-9d5df5aa4978c929ded2ad9038e67356c51e8787.zip |
- brandelf -t Linux /compat/linux/lib/ld-2.3.6.so (ld-linux.so.2),
we don't brand linux libraries, but it's more an executable then a library;
- bump PORTREVISION.
Suggested by: netchild
Discussed at: freebsd-emulation
Notes
Notes:
svn path=/head/; revision=173158
Diffstat (limited to 'emulators/linux_base-fc4')
-rw-r--r-- | emulators/linux_base-fc4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/linux_base-fc4/Makefile b/emulators/linux_base-fc4/Makefile index fabbe9dc0b24..34103dca9b6f 100644 --- a/emulators/linux_base-fc4/Makefile +++ b/emulators/linux_base-fc4/Makefile @@ -8,7 +8,7 @@ PORTNAME= fc PORTVERSION= 4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} MASTER_SITE_SUBDIR= ${PORTVERSION}/${LINUX_RPM_ARCH}/os/Fedora/RPMS \ @@ -184,6 +184,7 @@ do-build: ${WRKSRC}/usr/sbin -type f -print0 | ${XARGS} -0 ${FILE} \ | ${GREP} ELF | ${CUT} -d : -f 1 \ | ${XARGS} ${BRANDELF} -t Linux + @${BRANDELF} -t Linux ${WRKSRC}/lib/ld-2.3.6.so # Restore the status quo for usr/bin/*db4* files @${CHMOD} u-w ${WRKSRC}/usr/bin/*db4* |