summaryrefslogtreecommitdiff
path: root/deskutils/ical/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/ical/files/patch-ac')
-rw-r--r--deskutils/ical/files/patch-ac18
1 files changed, 18 insertions, 0 deletions
diff --git a/deskutils/ical/files/patch-ac b/deskutils/ical/files/patch-ac
new file mode 100644
index 000000000000..962fcb69d94e
--- /dev/null
+++ b/deskutils/ical/files/patch-ac
@@ -0,0 +1,18 @@
+--- 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@