diff options
author | adam <adam> | 2010-10-21 12:40:25 +0000 |
---|---|---|
committer | adam <adam> | 2010-10-21 12:40:25 +0000 |
commit | e809a42b1fdde70028ee9f50d97831ee731ef83c (patch) | |
tree | 6f276696ca8aaba87adc46a5bdfe2b8bf78a29c2 /graphics | |
parent | 32159fd37737d82db710fe1a563b4f85fcba950a (diff) | |
download | pkgsrc-e809a42b1fdde70028ee9f50d97831ee731ef83c.tar.gz |
hacks no longer needed
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/vigra/hacks.mk | 11 |
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 |