diff options
author | gdt <gdt@pkgsrc.org> | 2011-09-09 11:22:50 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2011-09-09 11:22:50 +0000 |
commit | 91372ea4f8df7ccc223c242d19078116f6659b16 (patch) | |
tree | c4e8a18ae13474067e4de2c2dd6a62174d870f97 /graphics | |
parent | 8885590b8159ab7b0b65f4db36edbe863407784a (diff) | |
download | pkgsrc-91372ea4f8df7ccc223c242d19078116f6659b16.tar.gz |
Add missing libs on Solaris.
From Jörn Clausen in PR pkg/45351.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/geeqie/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile index 3aa3c439882..7a786cf063b 100644 --- a/graphics/geeqie/Makefile +++ b/graphics/geeqie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2011/04/22 13:43:44 obache Exp $ +# $NetBSD: Makefile,v 1.16 2011/09/09 11:22:50 gdt Exp $ # DISTNAME= geeqie-1.0 @@ -14,9 +14,14 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-gps + +LDFLAGS.SunOS+= -lm -lsocket -lnsl + USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ USE_TOOLS= bash:run gmake intltool msgfmt pkg-config + REPLACE_BASH= plugins/rotate/geeqie-rotate REPLACE_BASH+= plugins/ufraw/geeqie-ufraw REPLACE_BASH+= plugins/import/geeqie-import @@ -24,6 +29,7 @@ REPLACE_BASH+= plugins/import/geeqie-import post-build: cd ${WRKSRC}/doc && ${MAKE_PROGRAM} html +.include "../../geography/libchamplain04/buildlink3.mk" .include "../../graphics/exiv2/buildlink3.mk" .include "../../graphics/lcms/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" |