aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2003-12-16 03:52:27 +0800
committerpav <pav@FreeBSD.org>2003-12-16 03:52:27 +0800
commitfc6ff2cc0e6ed981fde44bcd74d36c0664aade68 (patch)
treed580c4f0cc9a751e73e508c86dde91978584c0dd
parenta08be723da3ddc28949947b09397989826537991 (diff)
downloadfreebsd-ports-gnome-fc6ff2cc0e6ed981fde44bcd74d36c0664aade68.tar.gz
freebsd-ports-gnome-fc6ff2cc0e6ed981fde44bcd74d36c0664aade68.tar.zst
freebsd-ports-gnome-fc6ff2cc0e6ed981fde44bcd74d36c0664aade68.zip
- Fix build when older version is already installed. This will prefer
newly build libgnokii on linking. PR: ports/60253 Reported by: Krzysztof Stryjek <wtp+gnokii@bsdguru.org>
-rw-r--r--comms/gnokii/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile
index da0073237b46..5b41dc2f409d 100644
--- a/comms/gnokii/Makefile
+++ b/comms/gnokii/Makefile
@@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} --enable-security \
CONFIGURE_ENV+= MSGFMT="${LOCALBASE}/bin/msgfmt" \
XGETTEXT="${LOCALBASE}/bin/xgettext" \
CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+ LIBS="-L../common -L${LOCALBASE}/lib"
MAN1= gnokii.1 todologo.1 ppm2nokia.1 sendsms.1
MAN8= gnokiid.8 mgnokiidev.8