mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
9af042ec88
PR: ports/20426 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (Ports Fury!) By the way, why didn't this port have a MAINTAINER line? I set it to -ports list, but someone should take it over.. Kato-san? :>
16 lines
427 B
Plaintext
16 lines
427 B
Plaintext
--- configs/freebsd.h.orig Tue Jul 7 00:31:14 1998
|
|
+++ configs/freebsd.h Wed Aug 2 02:53:06 2000
|
|
@@ -7,9 +7,11 @@
|
|
|
|
#define HAVE_SETENV /* My machine has setenv() */
|
|
|
|
+#define NO_MALLOC_H /* no <malloc.h> */
|
|
+ /* (has <sys/malloc.h> but not needed) */
|
|
#define HAVE_BSD_OPENPTY /* BSD type openpty() */
|
|
/*#include <libutil.h> /* for openpty() */
|
|
|
|
#if makefile_parameter
|
|
-SYSLIBS=-lutil
|
|
+SYSLIBS=-lutil -lxpg4
|
|
#endif
|