diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2014-03-28 14:41:29 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2014-03-28 14:41:29 +0000 |
commit | e48e6883131c055d18ebf5e4f101f91bb9f718c6 (patch) | |
tree | 1219b710cafcc875ee1f7cd23318e1b9e4b74de7 /comms | |
parent | f54588cbe33927c581c7c8302e78ecac3e3f2388 (diff) | |
download | ports-e48e6883131c055d18ebf5e4f101f91bb9f718c6.tar.gz ports-e48e6883131c055d18ebf5e4f101f91bb9f718c6.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnokii/files/patch-configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/gnokii/files/patch-configure b/comms/gnokii/files/patch-configure index 01e03e6ef9c6..63d2f3f8fcaf 100644 --- a/comms/gnokii/files/patch-configure +++ b/comms/gnokii/files/patch-configure @@ -1,5 +1,5 @@ --- configure.orig 2011-12-02 15:54:03.000000000 +0100 -+++ configure 2011-12-09 16:57:35.591360321 +0100 ++++ configure 2014-03-28 12:32:41.264513620 +0100 @@ -955,7 +955,7 @@ psdir='${docdir}' libdir='${exec_prefix}/lib' @@ -61,7 +61,7 @@ else ac_check_lib_save_LIBS=$LIBS -LIBS="-lbluetooth $LIBS" -+LIBS="-sdp -lbluetooth $LIBS" ++LIBS="-lsdp -lbluetooth $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ |