aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-08-02 14:30:43 +0800
committermarcus <marcus@FreeBSD.org>2003-08-02 14:30:43 +0800
commit69d04b2a74ff5f0ccb012674506893e76e35fc83 (patch)
treeb646cd767d38e7b374e37136cdc097588cabc30e /graphics
parentf1aaa7c68ff6626db20504f1f1ca348e626da7c9 (diff)
downloadfreebsd-ports-gnome-69d04b2a74ff5f0ccb012674506893e76e35fc83.tar.gz
freebsd-ports-gnome-69d04b2a74ff5f0ccb012674506893e76e35fc83.tar.zst
freebsd-ports-gnome-69d04b2a74ff5f0ccb012674506893e76e35fc83.zip
Restore the forced link of -lintl to fix unresolved symbol problems.
Suggested by: kris
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libexif/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile
index d4ae0af9d727..7fc30d473a05 100644
--- a/graphics/libexif/Makefile
+++ b/graphics/libexif/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libexif
PORTVERSION= 0.5.10
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -20,7 +21,7 @@ USE_BZIP2= yes
USE_GNOME= gnomehack gnometarget pkgconfig
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+ LIBS="-L${LOCALBASE}/lib -lintl"
INSTALLS_SHLIB= yes
post-patch: