aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2007-03-29 12:18:19 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2007-03-29 12:18:19 +0000
commit34481f581a78525f06fdb8c9f5d8df52f7a69f8a (patch)
tree9e8e843b93488d550c809afb68471c02f171e515
parent3cb2c90cfcef089d05253bcd13cc0930fe7c6db5 (diff)
downloadports-34481f581a78525f06fdb8c9f5d8df52f7a69f8a.tar.gz
ports-34481f581a78525f06fdb8c9f5d8df52f7a69f8a.zip
Notes
-rw-r--r--audio/xmms-cdread/Makefile7
-rw-r--r--audio/xmms-cdread/pkg-plist2
2 files changed, 6 insertions, 3 deletions
diff --git a/audio/xmms-cdread/Makefile b/audio/xmms-cdread/Makefile
index f38f90852e90..e8905f9c2c84 100644
--- a/audio/xmms-cdread/Makefile
+++ b/audio/xmms-cdread/Makefile
@@ -21,8 +21,13 @@ USE_X_PREFIX= yes
USE_GNOME= gtk12
USE_GMAKE= yes
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} -L${LOCALBASE}/lib"
+PLIST_FILES= lib/xmms/Input/libcdread.so lib/xmms/Input/libcdread.la
+
+post-patch:
+ @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig
+
.include <bsd.port.mk>
diff --git a/audio/xmms-cdread/pkg-plist b/audio/xmms-cdread/pkg-plist
deleted file mode 100644
index 46057215c963..000000000000
--- a/audio/xmms-cdread/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-lib/xmms/Input/libcdread.so
-lib/xmms/Input/libcdread.la