aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2007-03-29 11:48:40 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2007-03-29 11:48:40 +0000
commit5a8671d0e68278cb803bb78308157571397a0335 (patch)
tree32068dcea742ed43f15a20f4a7f868993c22525c /audio
parent1603dbb50ab332164b916ff19cda38a2eb880938 (diff)
downloadports-5a8671d0e68278cb803bb78308157571397a0335.tar.gz
ports-5a8671d0e68278cb803bb78308157571397a0335.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms-infopipe/Makefile5
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};\