diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 10:42:14 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 10:42:14 +0000 |
commit | d13ff5daea80a63b4dbe780b95ec35bfac6d9c73 (patch) | |
tree | e0d33236ecb3de7ec5553d398f51dfbf15df49ea /audio/xmms-nsf | |
parent | 3ae232f331e77901775dd619b77a233ca4a36dac (diff) |
Notes
Diffstat (limited to 'audio/xmms-nsf')
-rw-r--r-- | audio/xmms-nsf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/xmms-nsf/Makefile b/audio/xmms-nsf/Makefile index 4cd18098331e..6b689e344547 100644 --- a/audio/xmms-nsf/Makefile +++ b/audio/xmms-nsf/Makefile @@ -34,6 +34,7 @@ PLIST_FILES= lib/xmms/Input/libnsf.a \ post-patch: @${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|' \ ${WRKSRC}/src/nes/nestypes.h + @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig post-install: @${SED} -e 's|%%VERSION%%|${PORTVERSION}|' ${PKGMESSAGE} |