summaryrefslogtreecommitdiff
path: root/time/ical/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'time/ical/patches/patch-aa')
-rw-r--r--time/ical/patches/patch-aa20
1 files changed, 20 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