mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
Use ${CFLAGS}.
This commit is contained in:
parent
6212d86aac
commit
52ef91d730
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26320
1 changed files with 8 additions and 3 deletions
|
@ -1,6 +1,11 @@
|
||||||
--- Makefile.in.orig Tue May 18 20:16:06 1999
|
--- Makefile.in.orig Wed May 19 11:16:06 1999
|
||||||
+++ Makefile.in Thu May 20 16:01:22 1999
|
+++ Makefile.in Sun Feb 27 03:05:15 2000
|
||||||
@@ -31,7 +31,7 @@
|
@@ -27,11 +27,11 @@
|
||||||
|
LIBS = @LIBS@ -lc
|
||||||
|
|
||||||
|
# SunOS 4 users might wish to add '-fpcc-struct-return' to CFLAGS. see INSTALL.
|
||||||
|
-CFLAGS = -O
|
||||||
|
+#CFLAGS = -O
|
||||||
LDFLAGS =
|
LDFLAGS =
|
||||||
|
|
||||||
# Common prefix for installation directories
|
# Common prefix for installation directories
|
||||||
|
|
Loading…
Add table
Reference in a new issue