forked from Lainports/opnsense-ports
net/tayga: better fix with sed in case this is updated
This commit is contained in:
parent
8e67458cc0
commit
3291b3429e
2 changed files with 3 additions and 11 deletions
|
|
@ -15,4 +15,7 @@ GNU_CONFIGURE= yes
|
|||
|
||||
USE_HARDENING= pie relro safestack
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e 's|^CFLAGS =|CFLAGS ?=|g' ${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
--- Makefile.in.orig 2017-06-01 06:29:03 UTC
|
||||
+++ Makefile.in
|
||||
@@ -113,7 +113,7 @@ AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
-CFLAGS = @CFLAGS@
|
||||
+CFLAGS ?= @CFLAGS@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFS = -DTAYGA_CONF_PATH=\"$(tayga_conf_path)\"
|
||||
Loading…
Add table
Reference in a new issue