From c9fb40496ad5017e738025af1e8657362a730238 Mon Sep 17 00:00:00 2001 From: Roger Hardiman Date: Mon, 28 Oct 2002 00:00:39 +0000 Subject: Add patch for bison 1.75. --- net/openh323-112/files/patch-ac | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 net/openh323-112/files/patch-ac (limited to 'net/openh323-112') 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 + + ####################################################### + -- cgit v1.2.3