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