freebsd-ports/deskutils/ical/files/patch-af
Steve Price f99f74a746 Respect C{,XX}FLAGS.
PR:		18242
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2000-04-30 00:12:03 +00:00

11 lines
374 B
Text

--- types/Makefile.in.orig Sat Apr 29 15:17:47 2000
+++ types/Makefile.in Sat Apr 29 15:17:56 2000
@@ -12,7 +12,7 @@
ECHO = echo
RANLIB = @RANLIB@
- CXXFLAGS = -O $(DEFS)
+ CXXFLAGS = $(DEFS)
CXXINCS = -I$(srcdir)
OBJS = bitvec.o hashfuncs.o intset.o
TESTS = testarray testbv testomap testoset timemap testhash testmap\