Remove hardcoded optimizations.
ok jturner@ (MAINTAINER)
This commit is contained in:
parent
3c1a8992fe
commit
e5ea75359c
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2017/09/22 15:09:29 jturner Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2017/11/06 17:10:18 bcallah Exp $
|
||||
|
||||
ONLY_FOR_ARCHS = amd64
|
||||
|
||||
COMMENT = systems language that is both powerful and fun to use
|
||||
|
||||
DISTNAME = myrddin-0.2.0
|
||||
REVISION = 0
|
||||
CATEGORIES = lang
|
||||
|
||||
MAINTAINER = James Turner <james@calminferno.net>
|
||||
@ -24,4 +25,8 @@ USE_GMAKE = Yes
|
||||
|
||||
TEST_TARGET = check
|
||||
|
||||
# Remove hardcoded optimizations.
|
||||
pre-configure:
|
||||
sed -i -e 's,-Werror,,g' -e 's,-O0,,g' ${WRKSRC}/mk/c.mk
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user