diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 10:36:43 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 10:36:43 +0000 |
commit | 757f913b1737e7035267f87d548d86dc569259d7 (patch) | |
tree | c27ad44f292cef6d442aa310017271c83d976894 /audio/xmms-xymms/Makefile | |
parent | Rename x11-toolkits/ruby-fox-devel -> x11-toolkits/ruby-fox12 (diff) |
- Cleanup objformat-removal fallout [1]
- Use USE_LDCONFIG
Notified by: kris (via pointyhat) [1]
Notes
Notes:
svn path=/head/; revision=188729
Diffstat (limited to '')
-rw-r--r-- | audio/xmms-xymms/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/xmms-xymms/Makefile b/audio/xmms-xymms/Makefile index 0401863c0f45..1c43e3e7582e 100644 --- a/audio/xmms-xymms/Makefile +++ b/audio/xmms-xymms/Makefile @@ -22,6 +22,7 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOME= gtk12 +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" @@ -33,6 +34,7 @@ PLIST_DIRS= %%EXAMPLESDIR%% post-patch: @${REINPLACE_CMD} -e 's|-D_REENTRANT||' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig post-install: ${MKDIR} ${EXAMPLESDIR} |