1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/irc/ezbounce-devel/files/patch-ad
Steve Price dde8b5ce7c Update to version 0.85 and honor CXXFLAGS.
PR:		11452
Submitted by:	maintainer
1999-05-03 02:27:26 +00:00

12 lines
347 B
Plaintext

--- mdidentd/Makefile.in.orig Sun May 2 10:14:43 1999
+++ mdidentd/Makefile.in Sun May 2 10:14:51 1999
@@ -5,7 +5,7 @@
CXX = @CXX@
CXX_OPTS = -Wall @NO_EXCEPTIONS@ @NO_RTTI@ -I../lib
-CXX_OPTIMIZATIONS = -O2
+CXX_OPTIMIZATIONS = @CXXFLAGS@
CXX_LIBS = @CXX_LINKER_LIBS@
CXX_LINKER = @CXX_LINKER@