summaryrefslogtreecommitdiff
path: root/graphics/sane-backends
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-06-26 19:52:33 +0000
committerwiz <wiz@pkgsrc.org>2006-06-26 19:52:33 +0000
commit4538a88fb9ff3b77d3961ff9f4342dc78bff5246 (patch)
treec2c1889f375986e9b3d3546d6397e5cf8a46d242 /graphics/sane-backends
parent9434fc0338d120db69492369ea2f2c005a440456 (diff)
downloadpkgsrc-4538a88fb9ff3b77d3961ff9f4342dc78bff5246.tar.gz
Revert previous, now that gcc4 in NetBSD has been fixed.
We can readd it if the same problem appears somewhere else.
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r--graphics/sane-backends/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
index 8328930543f..c7a9658b8db 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2006/06/25 12:20:58 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2006/06/26 19:52:33 wiz Exp $
.include "Makefile.common"
COMMENT= API for access to scanners, digitals camera, frame grabbers etc.
@@ -13,12 +13,6 @@ USE_PKGLOCALEDIR= YES
CONFIGURE_ARGS+= --with-gphoto2=no
CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/sane-${SANE_VERSION}
-.include "../../mk/compiler.mk"
-
-.if !empty(CC_VERSION:Mgcc-4*)
-CFLAGS+= -fno-tree-ter
-.endif
-
.include "../../mk/bsd.prefs.mk"
.if (${OPSYS} == "SunOS")