1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/deskutils/ical/files/patch-ac
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

19 lines
615 B
Plaintext

--- Makefile.in.orig Sat Apr 29 15:16:02 2000
+++ Makefile.in Sat Apr 29 15:16:28 2000
@@ -59,14 +59,11 @@
# Tiny bundled executable uses shared versions of tcl/tk libraries
TINY_BLIBS = $(LIBS)
- OPTF = -O
-
- CXXFLAGS = $(OPTF)
CXXINCS = -I. -I$(srcdir) -I$(srcdir)/calendar \
-I$(srcdir)/types -I$(srcdir)/time \
$(X_CFLAGS) -I@TCL_INCDIR@ -I@TK_INCDIR@
- CFLAGS = $(OPTF) -I. -I$(srcdir) $(X_CFLAGS)
+ CFLAGS += -I. -I$(srcdir) $(X_CFLAGS)
OBJS = cal_tcl.o dateeditor.o dispatch.o ical.o ical_tcl.o \
item_tcl.o object.o time_tcl.o @LIBOBJS@