summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjoerg <joerg>2016-06-01 13:31:29 +0000
committerjoerg <joerg>2016-06-01 13:31:29 +0000
commita9e953c1b99b3d8629e9e9bae4e98c9ff26c0f87 (patch)
treef1e546448d4fbc33a0bdf7a3e6dc5baebc6c95f5 /emulators
parente215cadb47e5cab3130d462eca8d31236f2d5b0f (diff)
downloadpkgsrc-a9e953c1b99b3d8629e9e9bae4e98c9ff26c0f87.tar.gz
Remove sed wrapper substitutions. The original options are no longer and
cwrappers doesn't support sed matches.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/dgen/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/emulators/dgen/Makefile b/emulators/dgen/Makefile
index 0d343d27b09..3783d6eb96b 100644
--- a/emulators/dgen/Makefile
+++ b/emulators/dgen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2015/04/25 14:20:44 tnn Exp $
+# $NetBSD: Makefile,v 1.26 2016/06/01 13:31:29 joerg Exp $
#
DISTNAME= dgen-sdl-1.32
@@ -32,12 +32,5 @@ BUILDLINK_TRANSFORM+= rm:-mpentium
BUILDLINK_TRANSFORM+= rm:-march=pentium
BUILDLINK_TRANSFORM+= rm:-fno-rtti
-.include "../../mk/compiler.mk"
-.if !empty(CC_VERSION:Mgcc-[34]*)
-BUILDLINK_TRANSFORM+= 'opt:-m\(align-loops.*\):-f\1'
-BUILDLINK_TRANSFORM+= 'opt:-m\(align-jumps.*\):-f\1'
-BUILDLINK_TRANSFORM+= 'opt:-m\(align-functions.*\):-f\1'
-.endif
-
.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"