From 8e41d668bef02360fead5ad769b3970d2bcb88aa Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 22 Mar 2009 20:50:13 +0000 Subject: - Fix build in presence of mpeg4ip by hardcoding /usr/lib/spd.so (mpeg4ip installs another spd.so to localbase) PR: ports/131778 Submitted by: Guido Falsi (maintainer) Reported by: Vladimir Kushnir --- comms/gnokii/files/patch-configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comms/gnokii/files/patch-configure') diff --git a/comms/gnokii/files/patch-configure b/comms/gnokii/files/patch-configure index 3af7f0e0bb74..b76c8a4185a7 100644 --- a/comms/gnokii/files/patch-configure +++ b/comms/gnokii/files/patch-configure @@ -1,5 +1,5 @@ --- configure.orig 2008-10-06 08:57:27.000000000 +0200 -+++ configure 2008-11-01 00:28:22.000000000 +0100 ++++ configure 2009-02-26 17:21:58.000000000 +0100 @@ -1057,7 +1057,7 @@ psdir='${docdir}' libdir='${exec_prefix}/lib' @@ -110,7 +110,7 @@ echo "${ECHO_T}$ac_cv_lib_bluetooth_bt_aton" >&6; } if test $ac_cv_lib_bluetooth_bt_aton = yes; then - BLUETOOTH_LIBS="$LIBS -lbluetooth" -+ BLUETOOTH_LIBS="$LIBS -lsdp -lbluetooth" ++ BLUETOOTH_LIBS="-lsdp -lbluetooth $LIBS" cat >>confdefs.h <<\_ACEOF #define HAVE_BT_ATON _ACEOF -- cgit v1.2.3