2000-02-29 09:52:30 +00:00
|
|
|
--- configure.orig Tue Jan 18 14:19:14 2000
|
|
|
|
+++ configure Tue Feb 29 01:47:49 2000
|
|
|
|
@@ -1925,6 +1925,9 @@
|
1999-02-13 20:15:12 +00:00
|
|
|
/* We use char because int might match the return type of a gcc2
|
|
|
|
builtin and then its argument prototype would still apply. */
|
|
|
|
char $ac_func();
|
|
|
|
+#ifdef __FreeBSD__
|
|
|
|
+#define bkgdset initscr
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
2000-02-29 09:52:30 +00:00
|
|
|
@@ -5710,7 +5713,7 @@
|
|
|
|
s%@FFLAGS@%$FFLAGS%g
|
|
|
|
s%@DEFS@%$DEFS%g
|
|
|
|
s%@LDFLAGS@%$LDFLAGS%g
|
|
|
|
-s%@LIBS@%$LIBS%g
|
|
|
|
+s%@LIBS@%$LIBS -lxpg4%g
|
|
|
|
s%@exec_prefix@%$exec_prefix%g
|
|
|
|
s%@prefix@%$prefix%g
|
|
|
|
s%@program_transform_name@%$program_transform_name%g
|