ttyplot: adjust CFLAGS in Makefile the same way as in www/stagit.

Spotted by leot@, thanks!
This commit is contained in:
Frederic Cambus 2019-06-20 21:52:34 +02:00
parent 4a8b936062
commit 06dc8427a8
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ SUBST_CLASSES+= makefile
SUBST_STAGE.makefile= pre-configure
SUBST_MESSAGE.makefile= Fixing Makefile
SUBST_FILES.makefile= Makefile
SUBST_SED.makefile+= -e '/^CFLAGS/ s,-O3,${CFLAGS},'
SUBST_SED.makefile+= -e '/^CFLAGS/ s,-O3,,'
SUBST_SED.makefile+= -e 's,^CFLAGS *= ,CFLAGS += ,'
DOCDIR= share/doc/ttyplot