summaryrefslogtreecommitdiff
path: root/graphics/vigra
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
commit70ddaaeef7510d5ae2423614bc04800272ae53a7 (patch)
tree6f276696ca8aaba87adc46a5bdfe2b8bf78a29c2 /graphics/vigra
parent82b0ce4bdb59174a620c70b2d6404a089b616d3b (diff)
downloadpkgsrc-70ddaaeef7510d5ae2423614bc04800272ae53a7.tar.gz
hacks no longer needed
Diffstat (limited to 'graphics/vigra')
-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