summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2013-08-25 11:50:28 +0000
committerrichard <richard@pkgsrc.org>2013-08-25 11:50:28 +0000
commitd0d4f258334071a5efbc0193313838220ebda0ce (patch)
treeb57a36f023b90a51c64aace3b0bafa03bb978fa0 /graphics
parentde8a3c3291014a262d5819a6c3e372c8dbc940d9 (diff)
downloadpkgsrc-d0d4f258334071a5efbc0193313838220ebda0ce.tar.gz
fix _FILE_OFFSET_BITS redefine on solaris
Diffstat (limited to 'graphics')
-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"