From 93b69536fc7105083d9819759e964b343897deb4 Mon Sep 17 00:00:00 2001 From: Alan Eldridge Date: Tue, 2 Jul 2002 09:44:59 +0000 Subject: 1. Upgrade to 1.15.1. PR 39053. 2. Quiet down portlint. 3. Add USE_SUBMAKE to cups-lpr so MLINKS works. 4. Try to get the CFLAGS and CPPFLAGS handilng closer to sanity. 5. Fix PR 37505. 6. Removed test for malloc.h in configure by dnl'ing it out in the source m4 file. This means: 7. Added build-dep on autoconf. 8. Other part of 39053 (new french ports) coming in a few minutes. --- print/cups/files/patch-config-scripts-cups-common.m4 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 print/cups/files/patch-config-scripts-cups-common.m4 (limited to 'print/cups/files/patch-config-scripts-cups-common.m4') diff --git a/print/cups/files/patch-config-scripts-cups-common.m4 b/print/cups/files/patch-config-scripts-cups-common.m4 new file mode 100644 index 000000000000..eca3c6914b31 --- /dev/null +++ b/print/cups/files/patch-config-scripts-cups-common.m4 @@ -0,0 +1,11 @@ +--- config-scripts/cups-common.m4.orig Tue Jun 4 16:58:55 2002 ++++ config-scripts/cups-common.m4 Tue Jul 2 02:18:13 2002 +@@ -88,7 +88,7 @@ + AC_HEADER_STDC + AC_HEADER_DIRENT + AC_CHECK_HEADER(crypt.h,AC_DEFINE(HAVE_CRYPT_H)) +-AC_CHECK_HEADER(malloc.h,AC_DEFINE(HAVE_MALLOC_H)) ++dnl AC_CHECK_HEADER(malloc.h,AC_DEFINE(HAVE_MALLOC_H)) + AC_CHECK_HEADER(shadow.h,AC_DEFINE(HAVE_SHADOW_H)) + AC_CHECK_HEADER(string.h,AC_DEFINE(HAVE_STRING_H)) + AC_CHECK_HEADER(strings.h,AC_DEFINE(HAVE_STRINGS_H)) -- cgit v1.2.3