diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-02 06:30:43 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-02 06:30:43 +0000 |
commit | 69d04b2a74ff5f0ccb012674506893e76e35fc83 (patch) | |
tree | b646cd767d38e7b374e37136cdc097588cabc30e /graphics | |
parent | f1aaa7c68ff6626db20504f1f1ca348e626da7c9 (diff) | |
download | FreeBSD-ports-69d04b2a74ff5f0ccb012674506893e76e35fc83.zip FreeBSD-ports-69d04b2a74ff5f0ccb012674506893e76e35fc83.tar.gz |
Restore the forced link of -lintl to fix unresolved symbol problems.
Suggested by: kris
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libexif/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile index d4ae0af..7fc30d4 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: |