summaryrefslogtreecommitdiff
path: root/time/korganizer/patches
diff options
context:
space:
mode:
authorwiz <wiz>2000-12-21 15:03:46 +0000
committerwiz <wiz>2000-12-21 15:03:46 +0000
commitd54c3f686b64058b9042fec71e6e1efd1d33f310 (patch)
tree8765e45151bd72b2fdb09db28592f8b0c33a096c /time/korganizer/patches
parent7d31fd953653503d5ea8b674dd7eb2ed9adfd006 (diff)
downloadpkgsrc-d54c3f686b64058b9042fec71e6e1efd1d33f310.tar.gz
Move x11/korganizer and x11/kworldwatch to category time.
Diffstat (limited to 'time/korganizer/patches')
-rw-r--r--time/korganizer/patches/patch-aa13
-rw-r--r--time/korganizer/patches/patch-ab17
2 files changed, 30 insertions, 0 deletions
diff --git a/time/korganizer/patches/patch-aa b/time/korganizer/patches/patch-aa
new file mode 100644
index 00000000000..a0ee6707686
--- /dev/null
+++ b/time/korganizer/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/12/21 15:03:46 wiz Exp $
+--- src/versit/Makefile.in.orig Tue Sep 7 17:25:43 1999
++++ src/versit/Makefile.in Sat Oct 2 00:01:34 1999
+@@ -375,7 +375,8 @@
+
+
+ $(srcdir)/vcc.c: vcc.y
+- bison $(srcdir)/vcc.y -o $(srcdir)/vcc.c
++ $(YACC) $(srcdir)/vcc.y
++ mv $(srcdir)/y.tab.c $(srcdir)/vcc.c
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/time/korganizer/patches/patch-ab b/time/korganizer/patches/patch-ab
new file mode 100644
index 00000000000..b0703b62b0e
--- /dev/null
+++ b/time/korganizer/patches/patch-ab
@@ -0,0 +1,17 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/12/21 15:03:46 wiz Exp $
+--- src/Makefile.in.orig Sat Oct 2 00:08:28 1999
++++ src/Makefile.in Sat Oct 2 00:12:50 1999
+@@ -628,10 +628,11 @@
+ mv messages.po ../po/korganizer.pot
+
+ $(srcdir)/parseholiday.c: parseholiday.y
+- cd $(srcdir) && bison -d -o parseholiday.c parseholiday.y
++ cd $(srcdir) && $(YACC) -d parseholiday.y && \
++ mv y.tab.c parseholiday.c
+
+ $(srcdir)/scanholiday.c: scanholiday.lex parseholiday.h
+- cd $(srcdir) && flex -B -oscanholiday.c scanholiday.lex
++ cd $(srcdir) && $(LEX) -B -oscanholiday.c scanholiday.lex
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.