summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-06-01 13:31:29 +0000
committerjoerg <joerg@pkgsrc.org>2016-06-01 13:31:29 +0000
commit0c4d07a0fa519b58a6d7d1deb1a6aa08ad43d6d0 (patch)
tree9a110c89de048042649153ad7425efce36a9cb6b /emulators
parentc950dbbae8ef17688579a20c86d2d56fb3b1a3df (diff)
downloadpkgsrc-0c4d07a0fa519b58a6d7d1deb1a6aa08ad43d6d0.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"