diff options
Diffstat (limited to 'textproc/yodl/patches')
-rw-r--r-- | textproc/yodl/patches/patch-aa | 13 | ||||
-rw-r--r-- | textproc/yodl/patches/patch-ab | 25 |
2 files changed, 38 insertions, 0 deletions
diff --git a/textproc/yodl/patches/patch-aa b/textproc/yodl/patches/patch-aa new file mode 100644 index 00000000000..b8f742ec758 --- /dev/null +++ b/textproc/yodl/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/03/26 22:43:57 jtb Exp $ + +--- stepmake/stepmake/generic-targets.make.orig Wed Oct 27 17:34:12 1999 ++++ stepmake/stepmake/generic-targets.make +@@ -166,7 +166,7 @@ + include $(outdir)/dummy.dep $(DEP_FILES) + + $(outdir)/dummy.dep: +- -mkdir $(outdir) ++ -mkdir -p $(outdir) + touch $(outdir)/dummy.dep + + diff --git a/textproc/yodl/patches/patch-ab b/textproc/yodl/patches/patch-ab new file mode 100644 index 00000000000..47e76e59599 --- /dev/null +++ b/textproc/yodl/patches/patch-ab @@ -0,0 +1,25 @@ +$NetBSD: patch-ab,v 1.1.1.1 2001/03/26 22:43:57 jtb Exp $ + +--- configure.orig Wed Nov 17 20:09:38 1999 ++++ configure +@@ -1154,14 +1154,14 @@ + # Uncomment the configuration options your package needs. + + # -O is necessary to get inlining +- OPTIMIZE="" +- CFLAGS=${CFLAGS:-""} +- CXXFLAGS=${CXXFLAGS:-$CFLAGS} +- LDFLAGS=${LDFLAGS:-""} +- checking_b=yes ++# OPTIMIZE="" ++# CFLAGS=${CFLAGS:-""} ++# CXXFLAGS=${CXXFLAGS:-$CFLAGS} ++# LDFLAGS=${LDFLAGS:-""} ++ checking_b=no + optimise_b=no + profile_b=no +- debug_b=yes ++ debug_b=no + + # Check whether --enable-checking or --disable-checking was given. + if test "${enable_checking+set}" = set; then |