1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Fix CFLAGS complience. No optimizations at all was used before...

Approved by:	maintainer
This commit is contained in:
Mikhail Teterin 2002-05-31 14:40:40 +00:00
parent 72fe939d53
commit 96f21f3abf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60385

View File

@ -11,6 +11,11 @@
$libs =~ s/\s+/ /g;
$inc =~ s/\s+/ /g;
@@ -160,3 +160,3 @@
'dist' => { COMPRESS=>"gzip", SUFFIX=>"gz" },
- 'OPTIMIZE' => '-O2 -g',
+ 'CCFLAGS' => '${CFLAGS}',
'MAN3PODS' => {
@@ -207,14 +207,14 @@
sub gtk_version {
my($result);