mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
a82c07a5e3
From the Home Page: The only changes from version 1.0b.0 are XFace support and a few bug fixes. XFace support isn't enabled in the port, didn't have the time and need.
32 lines
671 B
Plaintext
32 lines
671 B
Plaintext
--- configure.h.orig Tue Dec 29 11:47:02 1998
|
|
+++ configure.h Thu Jan 7 21:02:56 1999
|
|
@@ -14,7 +14,7 @@
|
|
*
|
|
* If you don't have sendmail, use /bin/false :-).
|
|
*/
|
|
-/* #define MAIL_COMMAND "/usr/sbin/sendmail -t" */
|
|
+#define MAIL_COMMAND "/usr/sbin/sendmail -t"
|
|
/* #define MAIL_COMMAND "/usr/lib/sendmail -t" */
|
|
|
|
|
|
@@ -84,8 +84,8 @@
|
|
* libcompface.
|
|
*/
|
|
|
|
-#define HAVE_JPEG 0
|
|
-#define HAVE_PNG 0
|
|
+#define HAVE_JPEG 1
|
|
+#define HAVE_PNG 1
|
|
#define HAVE_COMPFACE 0
|
|
|
|
|
|
@@ -138,7 +138,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
|