diff options
| author | Pete Fritchman <petef@FreeBSD.org> | 2003-05-19 00:59:26 +0000 |
|---|---|---|
| committer | Pete Fritchman <petef@FreeBSD.org> | 2003-05-19 00:59:26 +0000 |
| commit | 1954490a5a5f7333b9d6aa13bd6a40cf08b18241 (patch) | |
| tree | 9de292020ffdb6cf7ee2d9367f1e838a5314a5dc /textproc/xmlwrapp/files/patch-tools::cxxflags | |
| parent | - unbreak (diff) | |
- respect CFLAGS/PREFIX properly
- utilize WANT_GNOME
- install pkg-config .pc file to correct place
- bump PORTREVISION
PR: 52142
Submitted by: Ports Fury
Diffstat (limited to 'textproc/xmlwrapp/files/patch-tools::cxxflags')
| -rw-r--r-- | textproc/xmlwrapp/files/patch-tools::cxxflags | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/xmlwrapp/files/patch-tools::cxxflags b/textproc/xmlwrapp/files/patch-tools::cxxflags new file mode 100644 index 000000000000..a729520901ea --- /dev/null +++ b/textproc/xmlwrapp/files/patch-tools::cxxflags @@ -0,0 +1,20 @@ +--- tools/cxxflags.orig Wed Jan 8 06:26:51 2003 ++++ tools/cxxflags Tue May 13 05:50:41 2003 +@@ -240,7 +240,7 @@ + + $flags{'debug'} = "-g"; + $flags{'depend'} = '-M'; +- $flags{'optimize'} = '-O2'; ++ $flags{'optimize'} = ''; + $flags{'ar'} = $ENV{'AR'} || 'ar'; + $flags{'arflags'} = $ENV{'ARFLAGS'} || 'rc'; + $flags{'sar'} = $clo{'cxx'}; +@@ -353,7 +353,7 @@ + $flags{'debug'} = "-g"; + $flags{'depend'} = '-xM'; + $flags{'pic'} = '-Kpic'; +- $flags{'optimize'} = '-s -xlibmil -xlibmopt -xO2'; ++ $flags{'optimize'} = '-s -xlibmil -xlibmopt'; + $flags{'ar'} = $clo{'cxx'}; + $flags{'arflags'} = '-xar -o'; + $flags{'sar'} = $clo{'cxx'}; |
