mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-18 16:58:54 -04:00
41 lines
833 B
Plaintext
41 lines
833 B
Plaintext
$NetBSD: patch-aa,v 1.5 2001/07/25 07:17:06 tron Exp $
|
|
|
|
--- configure.h.orig Tue Dec 29 11:47:02 1998
|
|
+++ configure.h Wed Jul 25 09:14:17 2001
|
|
@@ -14,8 +14,11 @@
|
|
*
|
|
* If you don't have sendmail, use /bin/false :-).
|
|
*/
|
|
-/* #define MAIL_COMMAND "/usr/sbin/sendmail -t" */
|
|
-/* #define MAIL_COMMAND "/usr/lib/sendmail -t" */
|
|
+#ifdef __sun__
|
|
+#define MAIL_COMMAND "/usr/lib/sendmail -t"
|
|
+#else
|
|
+#define MAIL_COMMAND "/usr/sbin/sendmail -t"
|
|
+#endif
|
|
|
|
|
|
|
|
@@ -84,9 +87,9 @@
|
|
* libcompface.
|
|
*/
|
|
|
|
-#define HAVE_JPEG 0
|
|
-#define HAVE_PNG 0
|
|
-#define HAVE_COMPFACE 0
|
|
+#define HAVE_COMPFACE 1
|
|
+#define HAVE_JPEG 1
|
|
+#define HAVE_PNG 1
|
|
|
|
|
|
|
|
@@ -138,7 +141,7 @@
|
|
*
|
|
* Knews*backgroundPixmap: ~/dir/texture.xpm
|
|
*/
|
|
-#define HAVE_XPM 0
|
|
+#define HAVE_XPM 1
|
|
|
|
|
|
/* If your system doesn't have the POSIX sigaction() function, defining
|