diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-03 02:27:26 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-03 02:27:26 +0000 |
commit | dde8b5ce7cdbeae6bff2f69872cee23b08f1f4ba (patch) | |
tree | 482ff17021cf760c544cafd9da592246a96702ed /irc/ezbounce-devel/files/patch-ab | |
parent | Minor cleanups from maintainer. (diff) |
Update to version 0.85 and honor CXXFLAGS.
PR: 11452
Submitted by: maintainer
Diffstat (limited to '')
-rw-r--r-- | irc/ezbounce-devel/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/ezbounce-devel/files/patch-ab b/irc/ezbounce-devel/files/patch-ab new file mode 100644 index 000000000000..8594fd61608f --- /dev/null +++ b/irc/ezbounce-devel/files/patch-ab @@ -0,0 +1,11 @@ +--- lib/Makefile.in.orig Sun May 2 10:12:56 1999 ++++ lib/Makefile.in Sun May 2 10:13:07 1999 +@@ -9,7 +9,7 @@ + CXX = @CXX@ + CC = @CC@ + CXX_OPTS = -Wall @NO_EXCEPTIONS@ @NO_RTTI@ +-CXX_OPTIMIZATIONS = -O2 ++CXX_OPTIMIZATIONS = @CXXFLAGS@ + CXX_LIBS = + + |