aboutsummaryrefslogtreecommitdiff
path: root/audio/kmpg
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-01-28 10:42:47 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-01-28 10:42:47 +0000
commite362120dfeaa82c6fa615f6f6c174c328a9e1f99 (patch)
tree54fd7d0e1426133074c6e4a783b7972c6de72c36 /audio/kmpg
parent1d8072265a4f7b0a3379bca97a552280b9a77ae4 (diff)
downloadports-e362120dfeaa82c6fa615f6f6c174c328a9e1f99.tar.gz
ports-e362120dfeaa82c6fa615f6f6c174c328a9e1f99.zip
Notes
Diffstat (limited to 'audio/kmpg')
-rw-r--r--audio/kmpg/Makefile4
-rw-r--r--audio/kmpg/files/patch-ai13
2 files changed, 14 insertions, 3 deletions
diff --git a/audio/kmpg/Makefile b/audio/kmpg/Makefile
index c63ec9d50bc6..473702742c46 100644
--- a/audio/kmpg/Makefile
+++ b/audio/kmpg/Makefile
@@ -16,9 +16,7 @@ LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 \
kdeui.2:${PORTSDIR}/x11/kdelibs11
USE_QT= yes
-GNU_CONFIGURE= yes
USE_GMAKE= yes
-CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS}" \
- INSTALL_SCRIPT="${INSTALL_SCRIPT}"
+USE_LIBTOOL= yes
.include <bsd.port.mk>
diff --git a/audio/kmpg/files/patch-ai b/audio/kmpg/files/patch-ai
new file mode 100644
index 000000000000..8c63b8985605
--- /dev/null
+++ b/audio/kmpg/files/patch-ai
@@ -0,0 +1,13 @@
+--- configure.orig Sun Feb 7 04:05:54 1999
++++ configure Sat Sep 25 23:31:52 1999
+@@ -4004,7 +4004,9 @@
+ fi
+ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+ echo "$ac_t""yes" 1>&6
+- LIBPTHREAD="-lc_r"
++ LIBPTHREAD="-pthread"
++ CFLAGS="$CFLAGS -D_THREAD_SAFE"
++ CXXFLAGS+="$CFLAGS -D_THREAD_SAFE"
+ else
+ echo "$ac_t""no" 1>&6
+ fi