diff options
author | asami <asami@FreeBSD.org> | 1997-04-24 05:49:13 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-04-24 05:49:13 +0000 |
commit | f6129e5a59c56084eb8a7fe3f59c036085a618ef (patch) | |
tree | 1effcd2907fd675b035fab56b7485b0755ae6a3c /devel/libmalloc | |
parent | 4e90e04239a229a72da8eac054949be5fc69deb0 (diff) | |
download | FreeBSD-ports-f6129e5a59c56084eb8a7fe3f59c036085a618ef.zip FreeBSD-ports-f6129e5a59c56084eb8a7fe3f59c036085a618ef.tar.gz |
Uncomment -DSTDHEADERS so that we can use Bruce's work.
Diffstat (limited to 'devel/libmalloc')
-rw-r--r-- | devel/libmalloc/files/patch-aa | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/libmalloc/files/patch-aa b/devel/libmalloc/files/patch-aa index e66264c..ed3519e 100644 --- a/devel/libmalloc/files/patch-aa +++ b/devel/libmalloc/files/patch-aa @@ -20,6 +20,23 @@ # neutralize SystemV genius SHELL=/bin/sh *************** +*** 46,52 **** + # -DHAVE_MMAP can be defined for SunOS4.x and other systems + # that have a general purpose mmap call that allows memory-mapped files. + # +! NORMALDEFS=-DHAVE_MMAP # -DSTDHEADERS -DSHORTNAMES -DUSESTDIO + + # CC = gcc -ansi -Wall -O # -pedantic # add -pedantic if you fixed your includes. + # SGI needs cc -xansi -D__STDC__ on Irix4.0.5. +--- 46,52 ---- + # -DHAVE_MMAP can be defined for SunOS4.x and other systems + # that have a general purpose mmap call that allows memory-mapped files. + # +! NORMALDEFS=-DHAVE_MMAP -DSTDHEADERS # -DSHORTNAMES -DUSESTDIO + + # CC = gcc -ansi -Wall -O # -pedantic # add -pedantic if you fixed your includes. + # SGI needs cc -xansi -D__STDC__ on Irix4.0.5. +*************** *** 62,72 **** --- 62,75 ---- RANLIB = ranlib |