summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-10-21 12:40:25 +0000
committeradam <adam@pkgsrc.org>2010-10-21 12:40:25 +0000
commitea45866950449a40ab24cfc22a21eb50337af5a4 (patch)
tree6f276696ca8aaba87adc46a5bdfe2b8bf78a29c2 /graphics
parent906957240cb0f66333e5a56ba50912a3268e219d (diff)
downloadpkgsrc-ea45866950449a40ab24cfc22a21eb50337af5a4.tar.gz
hacks no longer needed
Diffstat (limited to 'graphics')
-rw-r--r--graphics/vigra/hacks.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/vigra/hacks.mk b/graphics/vigra/hacks.mk
deleted file mode 100644
index e95985187f1..00000000000
--- a/graphics/vigra/hacks.mk
+++ /dev/null
@@ -1,11 +0,0 @@
-# $NetBSD: hacks.mk,v 1.1.1.1 2008/08/25 18:17:56 bjs Exp $
-#
-.if !defined(VIGRA_HACKS_MK)
-VIGRA_HACKS_MK= # empty
-. include "../../mk/compiler.mk"
-#
-. if !empty(CC_VERSION:Mgcc-[34]*)
-PKG_HACKS+= no-strict-aliasing
-CFLAGS+= -fno-strict-aliasing
-. endif
-.endif