diff options
Diffstat (limited to 'irc/ezbounce/files/patch-ab')
-rw-r--r-- | irc/ezbounce/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/ezbounce/files/patch-ab b/irc/ezbounce/files/patch-ab new file mode 100644 index 000000000000..8594fd61608f --- /dev/null +++ b/irc/ezbounce/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 = + + |