1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Make this port respect CFLAGS.

PR:		9489
Submitted by:	Kris Kennaway <kkennawa@physics.adelaide.edu.au>
This commit is contained in:
Steve Price 1999-01-18 02:55:18 +00:00
parent dcfbeed9e1
commit b97bef3f42
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16130

View File

@ -1,5 +1,5 @@
--- unix/Config.orig Fri Apr 4 11:51:58 1997
+++ unix/Config Mon Jun 16 18:18:29 1997
--- unix/Config.orig Mon Nov 16 16:43:32 1998
+++ unix/Config Thu Jan 14 04:56:10 1999
@@ -33,9 +33,12 @@
# even if an old version is currently in use. You can remove
# the old version manually later when it is no longer in use.
@ -27,3 +27,12 @@
### Flags.
@@ -110,7 +113,7 @@
# by removing the leading "#".
# CC=cc
-# CCFLAGS="-g"
+CCFLAGS=${CFLAGS}
### Stripping.