summaryrefslogtreecommitdiff
path: root/net/openh323-112
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2002-10-28 00:00:39 +0000
committerRoger Hardiman <roger@FreeBSD.org>2002-10-28 00:00:39 +0000
commitc9fb40496ad5017e738025af1e8657362a730238 (patch)
tree62f591bfb3a9249d4f39f7ba856a6a5bac6ffb3f /net/openh323-112
parentMake build say that mod_watch is not IPv6-aware, when trying to use it (diff)
Add patch for bison 1.75.
Notes
Notes: svn path=/head/; revision=68978
Diffstat (limited to 'net/openh323-112')
-rw-r--r--net/openh323-112/files/patch-ac19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/openh323-112/files/patch-ac b/net/openh323-112/files/patch-ac
new file mode 100644
index 000000000000..d2ab79c6a637
--- /dev/null
+++ b/net/openh323-112/files/patch-ac
@@ -0,0 +1,19 @@
+*** ../pwlib/src/ptlib/unix/Makefile.orig Sun Oct 27 15:54:26 2002
+--- ../pwlib/src/ptlib/unix/Makefile Sun Oct 27 15:54:56 2002
+*************** $(DEPDIR)/getdate.tab.dep: $(GETDATE_SOU
+*** 553,559 ****
+ $(CC) $(STDCCFLAGS) -M $< >> $@
+
+ $(GETDATE_SOURCE): $(COMMON_SRC_DIR)/getdate.y
+! bison $(COMMON_SRC_DIR)/getdate.y
+
+ #######################################################
+
+--- 553,559 ----
+ $(CC) $(STDCCFLAGS) -M $< >> $@
+
+ $(GETDATE_SOURCE): $(COMMON_SRC_DIR)/getdate.y
+! bison $(COMMON_SRC_DIR)/getdate.y -o $(COMMON_SRC_DIR)/getdate.tab.c
+
+ #######################################################
+