mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
This patch was reversed. Fix it.
This commit is contained in:
parent
a814624f23
commit
96b95c3ed8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232
4 changed files with 80 additions and 80 deletions
|
@ -1,40 +1,40 @@
|
|||
*** cpp-Makefile Thu Sep 29 05:00:51 1994
|
||||
--- cpp-Makefile.orig Tue Jul 19 14:02:14 1994
|
||||
*** cpp-Makefile.orig Thu Sep 29 05:00:51 1994
|
||||
--- cpp-Makefile Tue Jul 19 14:02:14 1994
|
||||
***************
|
||||
*** 136,144 ****
|
||||
/* This is guaranteed to work, even if you have the fixed includes!
|
||||
(Unless, of course, you have the fixed include files installed in
|
||||
/usr/include. Then it will break.) */
|
||||
! CC = cc -traditional -I/usr/include $(GCC_EXTRAS)
|
||||
# else /* HAVE_FIXED_INCLUDES */
|
||||
! CC = cc $(GCC_EXTRAS)
|
||||
# endif /* HAVE_FIXED_INCLUDES */
|
||||
#else /* !HAVE_GCC */
|
||||
CC = CPP_CC
|
||||
--- 136,144 ----
|
||||
/* This is guaranteed to work, even if you have the fixed includes!
|
||||
(Unless, of course, you have the fixed include files installed in
|
||||
/usr/include. Then it will break.) */
|
||||
! CC = gcc -traditional -I/usr/include $(GCC_EXTRAS)
|
||||
# else /* HAVE_FIXED_INCLUDES */
|
||||
! CC = gcc $(GCC_EXTRAS)
|
||||
# endif /* HAVE_FIXED_INCLUDES */
|
||||
#else /* !HAVE_GCC */
|
||||
CC = CPP_CC
|
||||
--- 136,144 ----
|
||||
/* This is guaranteed to work, even if you have the fixed includes!
|
||||
(Unless, of course, you have the fixed include files installed in
|
||||
/usr/include. Then it will break.) */
|
||||
! CC = cc -traditional -I/usr/include $(GCC_EXTRAS)
|
||||
# else /* HAVE_FIXED_INCLUDES */
|
||||
! CC = cc $(GCC_EXTRAS)
|
||||
# endif /* HAVE_FIXED_INCLUDES */
|
||||
#else /* !HAVE_GCC */
|
||||
CC = CPP_CC
|
||||
***************
|
||||
*** 383,389 ****
|
||||
Program = bash
|
||||
|
||||
/**/# The type of machine and OS Bash is being compiled on.
|
||||
! HOSTTYPE_DECL = -DHOSTTYPE='"$(SYSTEM_NAME)"' -DOSTYPE='"$(OS_NAME)"'
|
||||
|
||||
MAINTAIN_DEFINE = -DMAINTAINER='"bug-bash@prep.ai.mit.edu"'
|
||||
|
||||
--- 383,389 ----
|
||||
Program = bash
|
||||
|
||||
/**/# The type of machine and OS Bash is being compiled on.
|
||||
! HOSTTYPE_DECL = -DHOSTTYPE='$(SYSTEM_NAME)' -DOSTYPE='$(OS_NAME)'
|
||||
|
||||
MAINTAIN_DEFINE = -DMAINTAINER='"bug-bash@prep.ai.mit.edu"'
|
||||
|
||||
--- 383,389 ----
|
||||
Program = bash
|
||||
|
||||
/**/# The type of machine and OS Bash is being compiled on.
|
||||
! HOSTTYPE_DECL = -DHOSTTYPE='"$(SYSTEM_NAME)"' -DOSTYPE='"$(OS_NAME)"'
|
||||
|
||||
MAINTAIN_DEFINE = -DMAINTAINER='"bug-bash@prep.ai.mit.edu"'
|
||||
|
||||
|
|
|
@ -1,40 +1,40 @@
|
|||
*** cpp-Makefile Thu Sep 29 05:00:51 1994
|
||||
--- cpp-Makefile.orig Tue Jul 19 14:02:14 1994
|
||||
*** cpp-Makefile.orig Thu Sep 29 05:00:51 1994
|
||||
--- cpp-Makefile Tue Jul 19 14:02:14 1994
|
||||
***************
|
||||
*** 136,144 ****
|
||||
/* This is guaranteed to work, even if you have the fixed includes!
|
||||
(Unless, of course, you have the fixed include files installed in
|
||||
/usr/include. Then it will break.) */
|
||||
! CC = cc -traditional -I/usr/include $(GCC_EXTRAS)
|
||||
# else /* HAVE_FIXED_INCLUDES */
|
||||
! CC = cc $(GCC_EXTRAS)
|
||||
# endif /* HAVE_FIXED_INCLUDES */
|
||||
#else /* !HAVE_GCC */
|
||||
CC = CPP_CC
|
||||
--- 136,144 ----
|
||||
/* This is guaranteed to work, even if you have the fixed includes!
|
||||
(Unless, of course, you have the fixed include files installed in
|
||||
/usr/include. Then it will break.) */
|
||||
! CC = gcc -traditional -I/usr/include $(GCC_EXTRAS)
|
||||
# else /* HAVE_FIXED_INCLUDES */
|
||||
! CC = gcc $(GCC_EXTRAS)
|
||||
# endif /* HAVE_FIXED_INCLUDES */
|
||||
#else /* !HAVE_GCC */
|
||||
CC = CPP_CC
|
||||
--- 136,144 ----
|
||||
/* This is guaranteed to work, even if you have the fixed includes!
|
||||
(Unless, of course, you have the fixed include files installed in
|
||||
/usr/include. Then it will break.) */
|
||||
! CC = cc -traditional -I/usr/include $(GCC_EXTRAS)
|
||||
# else /* HAVE_FIXED_INCLUDES */
|
||||
! CC = cc $(GCC_EXTRAS)
|
||||
# endif /* HAVE_FIXED_INCLUDES */
|
||||
#else /* !HAVE_GCC */
|
||||
CC = CPP_CC
|
||||
***************
|
||||
*** 383,389 ****
|
||||
Program = bash
|
||||
|
||||
/**/# The type of machine and OS Bash is being compiled on.
|
||||
! HOSTTYPE_DECL = -DHOSTTYPE='"$(SYSTEM_NAME)"' -DOSTYPE='"$(OS_NAME)"'
|
||||
|
||||
MAINTAIN_DEFINE = -DMAINTAINER='"bug-bash@prep.ai.mit.edu"'
|
||||
|
||||
--- 383,389 ----
|
||||
Program = bash
|
||||
|
||||
/**/# The type of machine and OS Bash is being compiled on.
|
||||
! HOSTTYPE_DECL = -DHOSTTYPE='$(SYSTEM_NAME)' -DOSTYPE='$(OS_NAME)'
|
||||
|
||||
MAINTAIN_DEFINE = -DMAINTAINER='"bug-bash@prep.ai.mit.edu"'
|
||||
|
||||
--- 383,389 ----
|
||||
Program = bash
|
||||
|
||||
/**/# The type of machine and OS Bash is being compiled on.
|
||||
! HOSTTYPE_DECL = -DHOSTTYPE='"$(SYSTEM_NAME)"' -DOSTYPE='"$(OS_NAME)"'
|
||||
|
||||
MAINTAIN_DEFINE = -DMAINTAINER='"bug-bash@prep.ai.mit.edu"'
|
||||
|
||||
|
|
|
@ -1,40 +1,40 @@
|
|||
*** cpp-Makefile Thu Sep 29 05:00:51 1994
|
||||
--- cpp-Makefile.orig Tue Jul 19 14:02:14 1994
|
||||
*** cpp-Makefile.orig Thu Sep 29 05:00:51 1994
|
||||
--- cpp-Makefile Tue Jul 19 14:02:14 1994
|
||||
***************
|
||||
*** 136,144 ****
|
||||
/* This is guaranteed to work, even if you have the fixed includes!
|
||||
(Unless, of course, you have the fixed include files installed in
|
||||
/usr/include. Then it will break.) */
|
||||
! CC = cc -traditional -I/usr/include $(GCC_EXTRAS)
|
||||
# else /* HAVE_FIXED_INCLUDES */
|
||||
! CC = cc $(GCC_EXTRAS)
|
||||
# endif /* HAVE_FIXED_INCLUDES */
|
||||
#else /* !HAVE_GCC */
|
||||
CC = CPP_CC
|
||||
--- 136,144 ----
|
||||
/* This is guaranteed to work, even if you have the fixed includes!
|
||||
(Unless, of course, you have the fixed include files installed in
|
||||
/usr/include. Then it will break.) */
|
||||
! CC = gcc -traditional -I/usr/include $(GCC_EXTRAS)
|
||||
# else /* HAVE_FIXED_INCLUDES */
|
||||
! CC = gcc $(GCC_EXTRAS)
|
||||
# endif /* HAVE_FIXED_INCLUDES */
|
||||
#else /* !HAVE_GCC */
|
||||
CC = CPP_CC
|
||||
--- 136,144 ----
|
||||
/* This is guaranteed to work, even if you have the fixed includes!
|
||||
(Unless, of course, you have the fixed include files installed in
|
||||
/usr/include. Then it will break.) */
|
||||
! CC = cc -traditional -I/usr/include $(GCC_EXTRAS)
|
||||
# else /* HAVE_FIXED_INCLUDES */
|
||||
! CC = cc $(GCC_EXTRAS)
|
||||
# endif /* HAVE_FIXED_INCLUDES */
|
||||
#else /* !HAVE_GCC */
|
||||
CC = CPP_CC
|
||||
***************
|
||||
*** 383,389 ****
|
||||
Program = bash
|
||||
|
||||
/**/# The type of machine and OS Bash is being compiled on.
|
||||
! HOSTTYPE_DECL = -DHOSTTYPE='"$(SYSTEM_NAME)"' -DOSTYPE='"$(OS_NAME)"'
|
||||
|
||||
MAINTAIN_DEFINE = -DMAINTAINER='"bug-bash@prep.ai.mit.edu"'
|
||||
|
||||
--- 383,389 ----
|
||||
Program = bash
|
||||
|
||||
/**/# The type of machine and OS Bash is being compiled on.
|
||||
! HOSTTYPE_DECL = -DHOSTTYPE='$(SYSTEM_NAME)' -DOSTYPE='$(OS_NAME)'
|
||||
|
||||
MAINTAIN_DEFINE = -DMAINTAINER='"bug-bash@prep.ai.mit.edu"'
|
||||
|
||||
--- 383,389 ----
|
||||
Program = bash
|
||||
|
||||
/**/# The type of machine and OS Bash is being compiled on.
|
||||
! HOSTTYPE_DECL = -DHOSTTYPE='"$(SYSTEM_NAME)"' -DOSTYPE='"$(OS_NAME)"'
|
||||
|
||||
MAINTAIN_DEFINE = -DMAINTAINER='"bug-bash@prep.ai.mit.edu"'
|
||||
|
||||
|
|
|
@ -1,40 +1,40 @@
|
|||
*** cpp-Makefile Thu Sep 29 05:00:51 1994
|
||||
--- cpp-Makefile.orig Tue Jul 19 14:02:14 1994
|
||||
*** cpp-Makefile.orig Thu Sep 29 05:00:51 1994
|
||||
--- cpp-Makefile Tue Jul 19 14:02:14 1994
|
||||
***************
|
||||
*** 136,144 ****
|
||||
/* This is guaranteed to work, even if you have the fixed includes!
|
||||
(Unless, of course, you have the fixed include files installed in
|
||||
/usr/include. Then it will break.) */
|
||||
! CC = cc -traditional -I/usr/include $(GCC_EXTRAS)
|
||||
# else /* HAVE_FIXED_INCLUDES */
|
||||
! CC = cc $(GCC_EXTRAS)
|
||||
# endif /* HAVE_FIXED_INCLUDES */
|
||||
#else /* !HAVE_GCC */
|
||||
CC = CPP_CC
|
||||
--- 136,144 ----
|
||||
/* This is guaranteed to work, even if you have the fixed includes!
|
||||
(Unless, of course, you have the fixed include files installed in
|
||||
/usr/include. Then it will break.) */
|
||||
! CC = gcc -traditional -I/usr/include $(GCC_EXTRAS)
|
||||
# else /* HAVE_FIXED_INCLUDES */
|
||||
! CC = gcc $(GCC_EXTRAS)
|
||||
# endif /* HAVE_FIXED_INCLUDES */
|
||||
#else /* !HAVE_GCC */
|
||||
CC = CPP_CC
|
||||
--- 136,144 ----
|
||||
/* This is guaranteed to work, even if you have the fixed includes!
|
||||
(Unless, of course, you have the fixed include files installed in
|
||||
/usr/include. Then it will break.) */
|
||||
! CC = cc -traditional -I/usr/include $(GCC_EXTRAS)
|
||||
# else /* HAVE_FIXED_INCLUDES */
|
||||
! CC = cc $(GCC_EXTRAS)
|
||||
# endif /* HAVE_FIXED_INCLUDES */
|
||||
#else /* !HAVE_GCC */
|
||||
CC = CPP_CC
|
||||
***************
|
||||
*** 383,389 ****
|
||||
Program = bash
|
||||
|
||||
/**/# The type of machine and OS Bash is being compiled on.
|
||||
! HOSTTYPE_DECL = -DHOSTTYPE='"$(SYSTEM_NAME)"' -DOSTYPE='"$(OS_NAME)"'
|
||||
|
||||
MAINTAIN_DEFINE = -DMAINTAINER='"bug-bash@prep.ai.mit.edu"'
|
||||
|
||||
--- 383,389 ----
|
||||
Program = bash
|
||||
|
||||
/**/# The type of machine and OS Bash is being compiled on.
|
||||
! HOSTTYPE_DECL = -DHOSTTYPE='$(SYSTEM_NAME)' -DOSTYPE='$(OS_NAME)'
|
||||
|
||||
MAINTAIN_DEFINE = -DMAINTAINER='"bug-bash@prep.ai.mit.edu"'
|
||||
|
||||
--- 383,389 ----
|
||||
Program = bash
|
||||
|
||||
/**/# The type of machine and OS Bash is being compiled on.
|
||||
! HOSTTYPE_DECL = -DHOSTTYPE='"$(SYSTEM_NAME)"' -DOSTYPE='"$(OS_NAME)"'
|
||||
|
||||
MAINTAIN_DEFINE = -DMAINTAINER='"bug-bash@prep.ai.mit.edu"'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue