summaryrefslogtreecommitdiff
path: root/comms/gnokii/files/patch-configure
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-03-22 20:50:13 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-03-22 20:50:13 +0000
commit8e41d668bef02360fead5ad769b3970d2bcb88aa (patch)
treeab0dde25cdbc60a6b55284c62d8f746bd7de8f32 /comms/gnokii/files/patch-configure
parentUpdate to 0.48 (diff)
- 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 <mad@madpilot.net> (maintainer) Reported by: Vladimir Kushnir <vkushnir@bigmir.net>
Notes
Notes: svn path=/head/; revision=230699
Diffstat (limited to 'comms/gnokii/files/patch-configure')
-rw-r--r--comms/gnokii/files/patch-configure4
1 files changed, 2 insertions, 2 deletions
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