mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
Use CFLAGS from /etc/make.conf (then add to that).
Requested by: Satoshi
This commit is contained in:
parent
df857c712d
commit
d37f32479c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8180
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
# the controlling terminal)
|
||||
|
||||
+# FreeBSD 2.1.0
|
||||
+CFLAGS = -DUSE_IOCTL $(CDEBUGFLAGS)
|
||||
+CFLAGS += -DUSE_IOCTL $(CDEBUGFLAGS)
|
||||
+CC = gcc
|
||||
+
|
||||
# SunOS 4.1.4
|
||||
|
|
Loading…
Add table
Reference in a new issue