summaryrefslogtreecommitdiff
path: root/devel/libmalloc
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-04-24 05:49:13 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-04-24 05:49:13 +0000
commita72cede6bf986676ad8936007f4c53adca1d131b (patch)
tree41c3e3fd1465142c604b25e286975e1d477e38e3 /devel/libmalloc
parentMerge two files that were patching the same file (xcept/script.h). In (diff)
Uncomment -DSTDHEADERS so that we can use Bruce's work.
Notes
Notes: svn path=/head/; revision=6281
Diffstat (limited to 'devel/libmalloc')
-rw-r--r--devel/libmalloc/files/patch-aa17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/libmalloc/files/patch-aa b/devel/libmalloc/files/patch-aa
index e66264cc43b0..ed3519ea4336 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