summaryrefslogtreecommitdiff
path: root/time/ical/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-12-17 23:32:09 +0000
committerwiz <wiz@pkgsrc.org>2000-12-17 23:32:09 +0000
commitdf7948804e18401baeb9f3f2ca9b7ded3f4f66c7 (patch)
tree73288b5bb97270ccddd92731e20bbfff8858d306 /time/ical/patches
parent389033175de2a6d1922929cf5b7598f2da56932a (diff)
downloadpkgsrc-df7948804e18401baeb9f3f2ca9b7ded3f4f66c7.tar.gz
New category: time. Move many packages here:
misc/cal, misc/cardboard-schedule, misc/ical, misc/plan, misc/py-mxDateTime, misc/remind, sysutils/logtime, and 19 more from x11.
Diffstat (limited to 'time/ical/patches')
-rw-r--r--time/ical/patches/patch-aa20
-rw-r--r--time/ical/patches/patch-ab15
2 files changed, 35 insertions, 0 deletions
diff --git a/time/ical/patches/patch-aa b/time/ical/patches/patch-aa
new file mode 100644
index 00000000000..1a03b0be527
--- /dev/null
+++ b/time/ical/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/12/17 23:32:10 wiz Exp $
+--- Makefile.in.orig Sat Sep 12 17:57:48 1998
++++ Makefile.in Sat Sep 12 17:59:28 1998
+@@ -76,13 +76,13 @@
+ all: $(CONFIGURED) ical
+
+ ical: $(LIB3) $(LIB2) $(LIB1) $(OBJS) main.o
+- $(CXXLINKER) -o $@ $(OBJS) main.o $(LIBS)
++ $(CXXLINKER) -o $@ $(OBJS) main.o -Wl,-R${LOCALBASE}/lib -Wl,-R${X11BASE}/lib $(LIBS)
+
+ ical-bundle: $(LIB3) $(LIB2) $(LIB1) $(OBJS) mbundle.o
+- $(CXXLINKER) -o $@ $(OBJS) mbundle.o $(BLIBS)
++ $(CXXLINKER) -o $@ $(OBJS) mbundle.o -Wl,-R${LOCALBASE}/lib -Wl,-R${X11BASE}/lib $(BLIBS)
+
+ ical-tiny: $(LIB3) $(LIB2) $(LIB1) $(OBJS) mbundle.o
+- $(CXXLINKER) -o $@ $(OBJS) mbundle.o $(TINY_BLIBS)
++ $(CXXLINKER) -o $@ $(OBJS) mbundle.o -Wl,-R${LOCALBASE}/lib -Wl,-R${X11BASE}/lib $(TINY_BLIBS)
+
+ $(LIB1): FRC
+ @echo making in calendar
diff --git a/time/ical/patches/patch-ab b/time/ical/patches/patch-ab
new file mode 100644
index 00000000000..946a7b7c33a
--- /dev/null
+++ b/time/ical/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/12/17 23:32:10 wiz Exp $
+
+--- configure.orig Wed Oct 22 01:52:57 1997
++++ configure Tue Apr 6 01:03:05 1999
+@@ -1089,8 +1089,8 @@
+
+ #### Check that the library files exist
+ echo $ac_n "checking for installed Tcl/Tk library files""... $ac_c" 1>&6
+-lib1="${TCL_EXEC_PREFIX}/lib/${TCL_LIB_FILE}"
+-lib2="${TK_EXEC_PREFIX}/lib/${TK_LIB_FILE}"
++eval lib1="${TCL_EXEC_PREFIX}/lib/${TCL_LIB_FILE}"
++eval lib2="${TK_EXEC_PREFIX}/lib/${TK_LIB_FILE}"
+ for f in "$lib1" "$lib2"; do
+ if test ! -f "$f"; then
+ echo "$ac_t""$f not found" 1>&6