summaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-03-30 12:29:58 +0000
committerasami <asami@FreeBSD.org>1997-03-30 12:29:58 +0000
commit894ba062989a79e5adaa6e8d968c0eef47f5cce6 (patch)
treec5e4bef1343e551918940b973a802c7098787f26 /converters
parent2a522780b5a76310c10a0c443ac673e073764b30 (diff)
downloadFreeBSD-ports-894ba062989a79e5adaa6e8d968c0eef47f5cce6.zip
FreeBSD-ports-894ba062989a79e5adaa6e8d968c0eef47f5cce6.tar.gz
Don't look for malloc.h from configure. Not only malloc.h in FreeBSD
useless, you might find the one installed by devel/libmalloc, which will cause the build to fail.
Diffstat (limited to 'converters')
-rw-r--r--converters/xdeview/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/converters/xdeview/files/patch-aa b/converters/xdeview/files/patch-aa
new file mode 100644
index 0000000..e684267
--- /dev/null
+++ b/converters/xdeview/files/patch-aa
@@ -0,0 +1,11 @@
+--- ./configure.org Thu Jan 9 06:22:00 1997
++++ ./configure Sun Mar 30 04:25:11 1997
+@@ -3148,7 +3148,7 @@
+
+ fi
+
+-for ac_hdr in fcntl.h unistd.h memory.h malloc.h errno.h direct.h
++for ac_hdr in fcntl.h unistd.h memory.h errno.h direct.h
+ do
+ ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
+ echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
OpenPOWER on IntegriCloud