diff options
author | richard <richard@pkgsrc.org> | 2013-08-26 14:38:56 +0000 |
---|---|---|
committer | richard <richard@pkgsrc.org> | 2013-08-26 14:38:56 +0000 |
commit | d90da350d42e2603fe122bdea1e7352d619548de (patch) | |
tree | fc8f3b1dd452668694797a6e27d693823f7c3728 /graphics/gdk-pixbuf2/Makefile | |
parent | fa27d78875590be667da4ad77729ccdfbc5b62aa (diff) | |
download | pkgsrc-d90da350d42e2603fe122bdea1e7352d619548de.tar.gz |
correct fix for solaris-i386 redefinition warnings in gdk-pixbuf2
Diffstat (limited to 'graphics/gdk-pixbuf2/Makefile')
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index 9d47144913a..3ad0a246c93 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2013/08/25 11:50:28 richard Exp $ +# $NetBSD: Makefile,v 1.27 2013/08/26 14:38:56 richard Exp $ DISTNAME= gdk-pixbuf-${PIXBUF2_VERSION} PKGNAME= ${DISTNAME:S/pixbuf/pixbuf2/} @@ -23,12 +23,6 @@ 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" |