summaryrefslogtreecommitdiff
path: root/graphics/geeqie
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2011-09-09 11:22:50 +0000
committergdt <gdt@pkgsrc.org>2011-09-09 11:22:50 +0000
commit91372ea4f8df7ccc223c242d19078116f6659b16 (patch)
treec4e8a18ae13474067e4de2c2dd6a62174d870f97 /graphics/geeqie
parent8885590b8159ab7b0b65f4db36edbe863407784a (diff)
downloadpkgsrc-91372ea4f8df7ccc223c242d19078116f6659b16.tar.gz
Add missing libs on Solaris.
From Jörn Clausen in PR pkg/45351.
Diffstat (limited to 'graphics/geeqie')
-rw-r--r--graphics/geeqie/Makefile8
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"