mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
Fix typo in Makefile (it was effectively compiling everything without
optimization).
This commit is contained in:
parent
12dbc8c7f2
commit
9c7970128f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12197
@ -186,7 +186,7 @@ patches for server2.2-pl2
|
||||
#CFLAGS=-Dsparc $(OFLAG) -DSYSLOG -DAUTH -DDICLOOKUPMULE -DSTANDALONE $(DEFS)
|
||||
-CFLAGS=-Dsparc $(OFLAG) -DSYSLOG -DSTANDALONE $(DEFS) -DDEBUG
|
||||
+#CFLAGS=-Dsparc $(OFLAG) -DSYSLOG -DSTANDALONE $(DEFS) -DDEBUG
|
||||
+CFLAGS= $(OFRAG) -DSTANDALONE -DSYSLOG $(DEFS)
|
||||
+CFLAGS= $(OFLAG) -DSTANDALONE -DSYSLOG $(DEFS)
|
||||
|
||||
#for solaris
|
||||
#CFLAGS=-Dsolaris -Dsparc $(OFLAG) -DSYSLOG -DSTANDALONE $(DEFS)
|
||||
|
Loading…
Reference in New Issue
Block a user