Add patch for bison 1.75.
This commit is contained in:
parent
ee44ee08bd
commit
c9fb40496a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68978
4 changed files with 76 additions and 0 deletions
19
net/opal/files/patch-ac
Normal file
19
net/opal/files/patch-ac
Normal file
|
@ -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
|
||||
|
||||
#######################################################
|
||||
|
19
net/opal3/files/patch-ac
Normal file
19
net/opal3/files/patch-ac
Normal file
|
@ -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
|
||||
|
||||
#######################################################
|
||||
|
19
net/openh323-112/files/patch-ac
Normal file
19
net/openh323-112/files/patch-ac
Normal file
|
@ -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
|
||||
|
||||
#######################################################
|
||||
|
19
net/openh323/files/patch-ac
Normal file
19
net/openh323/files/patch-ac
Normal file
|
@ -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
|
||||
|
||||
#######################################################
|
||||
|
Loading…
Reference in a new issue