mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Respect CFLAGS
This commit is contained in:
parent
cc4e745af3
commit
41f70d5c98
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37359
1 changed files with 12 additions and 0 deletions
12
net/ip-tun/files/patch-aa
Normal file
12
net/ip-tun/files/patch-aa
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
--- Makefile.orig Fri Jan 19 23:53:16 2001
|
||||||
|
+++ Makefile Fri Jan 19 23:53:33 2001
|
||||||
|
@@ -83,7 +83,8 @@
|
||||||
|
#
|
||||||
|
# Primary Author: Stephen Suryaputra
|
||||||
|
|
||||||
|
-CFLAGS = -g -O2 -Wall -pipe -DHAVE_SOCKADDR_SA_LEN -DIPV6
|
||||||
|
+CFLAGS ?= -O2
|
||||||
|
+CFLAGS += -g -Wall -pipe -DHAVE_SOCKADDR_SA_LEN -DIPV6
|
||||||
|
LDFLAGS =
|
||||||
|
LDLIBS =
|
||||||
|
PREFIX?= /usr/local
|
Loading…
Add table
Reference in a new issue