diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 11:48:40 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 11:48:40 +0000 |
commit | 5a8671d0e68278cb803bb78308157571397a0335 (patch) | |
tree | 32068dcea742ed43f15a20f4a7f868993c22525c /audio/xmms-infopipe | |
parent | 1603dbb50ab332164b916ff19cda38a2eb880938 (diff) | |
download | ports-5a8671d0e68278cb803bb78308157571397a0335.tar.gz ports-5a8671d0e68278cb803bb78308157571397a0335.zip |
Notes
Diffstat (limited to 'audio/xmms-infopipe')
-rw-r--r-- | audio/xmms-infopipe/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/xmms-infopipe/Makefile b/audio/xmms-infopipe/Makefile index 96eda33ba708..9177ff22f677 100644 --- a/audio/xmms-infopipe/Makefile +++ b/audio/xmms-infopipe/Makefile @@ -22,14 +22,17 @@ USE_X_PREFIX= yes USE_GNOME= gtk12 USE_GMAKE= yes GNU_CONFIGURE= yes +USE_LDCONFIG= yes LIBDIR?= ${PREFIX}/lib/xmms/General SRCLIBDIR?= src/.libs -INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%X11BASE%%/lib/xmms/General PLIST_FILES= lib/xmms/General/libinfopipe.so +post-patch: + @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure + do-install: cd ${WRKSRC}/${SRCLIBDIR};\ ${MKDIR} ${LIBDIR};\ |