diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-16 03:52:27 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-16 03:52:27 +0800 |
commit | 99de867ec5ee92a60f741e186433fc2382a1093e (patch) | |
tree | 137023e1043eb7856c33ef6d6325645c0605e1ca /comms/gnokii | |
parent | 78660c688e2d6e8960d26de5f27e481a1fe08829 (diff) | |
download | freebsd-ports-gnome-99de867ec5ee92a60f741e186433fc2382a1093e.tar.gz freebsd-ports-gnome-99de867ec5ee92a60f741e186433fc2382a1093e.tar.zst freebsd-ports-gnome-99de867ec5ee92a60f741e186433fc2382a1093e.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>
Diffstat (limited to 'comms/gnokii')
-rw-r--r-- | comms/gnokii/Makefile | 2 |
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 |