diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-08-28 09:05:50 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-08-28 09:05:50 +0000 |
commit | 72546e991e170be9015639d870c6ac50f6f36d0b (patch) | |
tree | 9aa467647ee91da6dc11e833c57c5966f1bccae9 /shells/bush/files/patch-src_GNUmakefile.diff | |
parent | Depends on compat4x to get libm.so.2 when needed. (diff) |
Upgrade to 1.0.2.
Diffstat (limited to 'shells/bush/files/patch-src_GNUmakefile.diff')
-rw-r--r-- | shells/bush/files/patch-src_GNUmakefile.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shells/bush/files/patch-src_GNUmakefile.diff b/shells/bush/files/patch-src_GNUmakefile.diff new file mode 100644 index 000000000000..39cc047c09d8 --- /dev/null +++ b/shells/bush/files/patch-src_GNUmakefile.diff @@ -0,0 +1,11 @@ +--- src/GNUmakefile.orig.orig Wed Aug 17 22:59:07 2005 ++++ src/GNUmakefile.orig Wed Aug 24 23:45:36 2005 +@@ -11,7 +11,7 @@ + GNATMAKE=gnatmake + SDLLIBS=SDLLIBSTYPE + SDLINCL=SDLINCLTYPE +-CFLAGS=CFLAGSTYPE ++CFLAGS+=CFLAGSTYPE + # For SDL, sdl_config is not always available. + + # RPM Directories For Building an RPM file |