diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2002-10-28 00:00:39 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2002-10-28 00:00:39 +0000 |
commit | c9fb40496ad5017e738025af1e8657362a730238 (patch) | |
tree | 62f591bfb3a9249d4f39f7ba856a6a5bac6ffb3f /net/opal | |
parent | Make 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/opal')
-rw-r--r-- | net/opal/files/patch-ac | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/opal/files/patch-ac b/net/opal/files/patch-ac new file mode 100644 index 000000000000..d2ab79c6a637 --- /dev/null +++ b/net/opal/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 + + ####################################################### + |