pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/dgen Remove sed wrapper substitutions. The o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c4a2d885f3b7
branches:  trunk
changeset: 347872:c4a2d885f3b7
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jun 01 13:31:29 2016 +0000

description:
Remove sed wrapper substitutions. The original options are no longer and
cwrappers doesn't support sed matches.

diffstat:

 emulators/dgen/Makefile |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (22 lines):

diff -r 8f3a8a2b425a -r c4a2d885f3b7 emulators/dgen/Makefile
--- a/emulators/dgen/Makefile   Wed Jun 01 13:30:40 2016 +0000
+++ b/emulators/dgen/Makefile   Wed Jun 01 13:31:29 2016 +0000
@@ -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:-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"



Home | Main Index | Thread Index | Old Index