diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 13:07:12 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 13:07:12 +0000 |
commit | 8aa19c4d9142f476ba3b577783c0e9e441172884 (patch) | |
tree | bb3b4bca5499b301a90ba97bc4f517be0b240968 /audio/xmms-sid | |
parent | e2601bfc14687a32d0b827d4bd1251f94936b176 (diff) | |
download | ports-8aa19c4d9142f476ba3b577783c0e9e441172884.tar.gz ports-8aa19c4d9142f476ba3b577783c0e9e441172884.zip |
Notes
Diffstat (limited to 'audio/xmms-sid')
-rw-r--r-- | audio/xmms-sid/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/xmms-sid/Makefile b/audio/xmms-sid/Makefile index 95c23347135c..908955f2c54f 100644 --- a/audio/xmms-sid/Makefile +++ b/audio/xmms-sid/Makefile @@ -23,11 +23,13 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS = -O2 -W -Wall|CFLAGS = @CFLAGS@ |; \ s|-lstdc++||; \ s|^LIBS = -lsidplay|LIBS = -lsidplay -lstdc++|' \ ${BUILD_WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure .include <bsd.port.mk> |