diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-14 22:03:48 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-14 22:03:48 +0000 |
commit | c843f82c984557c1bd0c5d4391d5bf02de084835 (patch) | |
tree | af178e625678bdc13851c452276c53bd0a16339a /audio/libtunepimp-old | |
parent | ef866e788f4ca20b7e23b9719dfb01e920afd9b4 (diff) | |
download | ports-c843f82c984557c1bd0c5d4391d5bf02de084835.tar.gz ports-c843f82c984557c1bd0c5d4391d5bf02de084835.zip |
Notes
Diffstat (limited to 'audio/libtunepimp-old')
-rw-r--r-- | audio/libtunepimp-old/Makefile | 3 | ||||
-rw-r--r-- | audio/libtunepimp-old/files/patch-lib_mp3_trm.cpp | 10 |
2 files changed, 13 insertions, 0 deletions
diff --git a/audio/libtunepimp-old/Makefile b/audio/libtunepimp-old/Makefile index 6e42d2cdbd20..fd05a1850366 100644 --- a/audio/libtunepimp-old/Makefile +++ b/audio/libtunepimp-old/Makefile @@ -7,6 +7,7 @@ PORTNAME= libtunepimp PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ @@ -32,5 +33,7 @@ USE_LIBTOOL_VER=15 post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \ s|^CXXFLAGS=|#CXXFLAGS=|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-lthr|${PTHREAD_LIBS}|g' \ + ${WRKSRC}/lib/threads/posix/Makefile.in .include <bsd.port.mk> diff --git a/audio/libtunepimp-old/files/patch-lib_mp3_trm.cpp b/audio/libtunepimp-old/files/patch-lib_mp3_trm.cpp new file mode 100644 index 000000000000..411d7bcefaf9 --- /dev/null +++ b/audio/libtunepimp-old/files/patch-lib_mp3_trm.cpp @@ -0,0 +1,10 @@ +--- lib/mp3_trm.cpp.orig Sat Aug 14 23:35:41 2004 ++++ lib/mp3_trm.cpp Sat Aug 14 23:35:55 2004 +@@ -82,6 +82,7 @@ + #ifdef WIN32 + #include <winsock.h> + #else ++#include <sys/types.h> + #include <netinet/in.h> + #endif + |