mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
15 lines
423 B
Plaintext
15 lines
423 B
Plaintext
*** configure.orig Tue Jan 27 12:06:22 1998
|
|
--- configure Thu Jan 29 15:57:27 1998
|
|
***************
|
|
*** 1402,1407 ****
|
|
--- 1402,1410 ----
|
|
|
|
int main() {
|
|
|
|
+ #ifdef __FreeBSD__
|
|
+ #define bkgdset initscr
|
|
+ #endif
|
|
/* The GNU C library defines this for functions which it implements
|
|
to always fail with ENOSYS. Some functions are actually named
|
|
something starting with __ and the normal name is an alias. */
|