diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2007-03-29 20:09:33 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2007-03-29 20:09:33 +0800 |
commit | ec084dca110da972165572ae124cb715de3c3eec (patch) | |
tree | 04c8fabc0a543f81dfcf475e2cda51f7b7f70264 /audio | |
parent | c43a7ba631f983add3b9ae8610beebdaa9667733 (diff) | |
download | freebsd-ports-gnome-ec084dca110da972165572ae124cb715de3c3eec.tar.gz freebsd-ports-gnome-ec084dca110da972165572ae124cb715de3c3eec.tar.zst freebsd-ports-gnome-ec084dca110da972165572ae124cb715de3c3eec.zip |
- Cleanup objformat-removal fallout
- Use USE_LDCONFIG
Approved by: portmgr (pav; implicit)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-audiofile/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/xmms-audiofile/Makefile b/audio/xmms-audiofile/Makefile index 295ceb58ca85..a7aaff1ea07a 100644 --- a/audio/xmms-audiofile/Makefile +++ b/audio/xmms-audiofile/Makefile @@ -23,6 +23,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes +USE_LDCONFIG= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -L${LOCALBASE}/lib ${PTHREAD_CFLAGS}" \ LIBS="${LIBS} ${PTHREAD_LIBS}" @@ -32,5 +33,6 @@ post-patch: 's|^CFLAGS =|CFLAGS = @CFLAGS@|; \ s|LIBS = @AUDIOFILE_LIBS@|LIBS = @AUDIOFILE_LIBS@ @LIBS@|' \ ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure .include <bsd.port.mk> |