diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-01-23 21:57:07 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-01-23 21:57:07 +0000 |
commit | a869d5d2cc8c1839ce3e324a0069192cd4a8ea4c (patch) | |
tree | 3bf208110edf905c1b5788623434400405e4f8fd /shells/bush/files | |
parent | 797b6b5689e0475d08f6c67bfead77f524eb57ac (diff) |
Notes
Diffstat (limited to 'shells/bush/files')
-rw-r--r-- | shells/bush/files/patch-src::GNUmakefile | 15 | ||||
-rw-r--r-- | shells/bush/files/patch-src::apq-2.1::mysql_incl | 11 |
2 files changed, 26 insertions, 0 deletions
diff --git a/shells/bush/files/patch-src::GNUmakefile b/shells/bush/files/patch-src::GNUmakefile new file mode 100644 index 000000000000..475f014e7283 --- /dev/null +++ b/shells/bush/files/patch-src::GNUmakefile @@ -0,0 +1,15 @@ +--- src/GNUmakefile.orig Sat Jan 8 04:08:31 2005 ++++ src/GNUmakefile Fri Jan 21 22:52:36 2005 +@@ -5,9 +5,9 @@ + # These are filled in by ./configure. If they are incorrect, change them for + # your system... + +-CC=gcc +-CPU=i686 +-MAKE=gmake ++#CC=gcc ++MAKE=${GMAKE} ++CPU=${CPUTYPE} + GNATMAKE=gnatmake + + # RPM Directories For Building an RPM file diff --git a/shells/bush/files/patch-src::apq-2.1::mysql_incl b/shells/bush/files/patch-src::apq-2.1::mysql_incl new file mode 100644 index 000000000000..a8f15af17630 --- /dev/null +++ b/shells/bush/files/patch-src::apq-2.1::mysql_incl @@ -0,0 +1,11 @@ +--- src/apq-2.1/mysql_incl.orig Wed Sep 24 21:56:27 2003 ++++ src/apq-2.1/mysql_incl Fri Jan 21 23:43:18 2005 +@@ -1,7 +1,7 @@ + # + + if [ ! -f config.win32 ] ; then +- echo $(mysql_config --cflags) | sed "s|^.*'\(.*\)'.*$|\1|" ++ echo $(mysql_config --include) | sed 's|^-I||' + else + sed -n '/^MY_UINCL/p' <config.win32 | sed 's|^.*=||;s| *$||' + fi |