summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf2
diff options
context:
space:
mode:
authorrichard <richard>2013-08-25 11:50:28 +0000
committerrichard <richard>2013-08-25 11:50:28 +0000
commit48ad65c4b89158cc3924e6307fc6e236d50beda2 (patch)
treeb57a36f023b90a51c64aace3b0bafa03bb978fa0 /graphics/gdk-pixbuf2
parentf586ab270fcc35761522c4c2fd1e56e2514fc6f5 (diff)
downloadpkgsrc-48ad65c4b89158cc3924e6307fc6e236d50beda2.tar.gz
fix _FILE_OFFSET_BITS redefine on solaris
Diffstat (limited to 'graphics/gdk-pixbuf2')
-rw-r--r--graphics/gdk-pixbuf2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile
index a1ebe83363e..9d47144913a 100644
--- a/graphics/gdk-pixbuf2/Makefile
+++ b/graphics/gdk-pixbuf2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2013/05/18 22:01:29 prlw1 Exp $
+# $NetBSD: Makefile,v 1.26 2013/08/25 11:50:28 richard Exp $
DISTNAME= gdk-pixbuf-${PIXBUF2_VERSION}
PKGNAME= ${DISTNAME:S/pixbuf/pixbuf2/}
@@ -23,6 +23,12 @@ USE_PKGLOCALEDIR= yes
PKGCONFIG_OVERRIDE+= contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-2.0.pc.in
PKGCONFIG_OVERRIDE+= gdk-pixbuf-2.0.pc.in
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS"
+CONFIGURE_ENV+= ac_cv_sys_file_offset_bits=no
+.endif
+
_BUILDING_GTK2= yes
.include "loaders.mk"