diff options
author | joerg <joerg> | 2006-08-22 14:32:11 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-08-22 14:32:11 +0000 |
commit | 202324a1e927e912dfcc936c95dd550851bf95fe (patch) | |
tree | 5cfab5ebb5163ad3785d13caa76f63edb9ad9ec8 /audio/kid3/patches | |
parent | e6bc5a48f218ef192136f16277c4a456adc959d2 (diff) | |
download | pkgsrc-202324a1e927e912dfcc936c95dd550851bf95fe.tar.gz |
Uses libtool. Fix libtunepimp detection.
Diffstat (limited to 'audio/kid3/patches')
-rw-r--r-- | audio/kid3/patches/patch-ab | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/kid3/patches/patch-ab b/audio/kid3/patches/patch-ab new file mode 100644 index 00000000000..453478bc230 --- /dev/null +++ b/audio/kid3/patches/patch-ab @@ -0,0 +1,22 @@ +$NetBSD: patch-ab,v 1.1 2006/08/22 14:32:11 joerg Exp $ + +--- configure.orig 2006-08-22 16:07:31.000000000 +0000 ++++ configure +@@ -31804,7 +31804,7 @@ if test "${ac_cv_lib_tunepimp_tp_SetPUID + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-ltunepimp $LIBS" ++LIBS="-ltunepimp $PTHREAD_LDFLAGS $PTHREAD_LIBS $LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF +@@ -31874,7 +31874,7 @@ if test "${ac_cv_lib_tunepimp_tp_SetFile + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-ltunepimp $LIBS" ++LIBS="-ltunepimp $PTHREAD_LDFLAGS $PTHREAD_LIBS $LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF |