summaryrefslogtreecommitdiff
path: root/x11/kdebase3/hacks.mk
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase3/hacks.mk')
-rw-r--r--x11/kdebase3/hacks.mk21
1 files changed, 0 insertions, 21 deletions
diff --git a/x11/kdebase3/hacks.mk b/x11/kdebase3/hacks.mk
deleted file mode 100644
index cbb77da47a8..00000000000
--- a/x11/kdebase3/hacks.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: hacks.mk,v 1.2 2012/04/19 21:10:24 joerg Exp $
-
-.if !defined(KDEBASE3_HACKS_MK)
-KDEBASE3_HACKS_MK= # defined
-
-### issue is specific to xproto IPv6 support
-.if empty(PKG_OPTIONS:Minet6)
-PKG_HACKS+= X11_X_h
-post-wrapper:
- ${SED} 's,^#define FamilyInternet6.*,/* undef FamilyInternet6 */,' \
- ${BUILDLINK_DIR}/include/X11/X.h >${BUILDLINK_DIR}/include/X11/X.h.new
- ${MV} ${BUILDLINK_DIR}/include/X11/X.h.new ${BUILDLINK_DIR}/include/X11/X.h
-.endif
-
-.include "../../mk/compiler.mk"
-.if !empty(PKGSRC_COMPILER:Mclang)
-# OpenEXR uses exceptions in the header files
-BUILDLINK_TRANSFORM+= rm:-fno-exceptions
-.endif
-
-.endif