mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
9233d4a797
version and lack of english responce fallback * when installing in the face of certain environmental vars, manual.latin1 does not get installed Submitted by: ache Ok'ed by: Satoshi
13 lines
332 B
Plaintext
13 lines
332 B
Plaintext
--- configure.orig.bak Fri Feb 12 13:59:51 1999
|
|
+++ configure Sat Feb 13 18:00:01 1999
|
|
@@ -1725,6 +1725,9 @@
|
|
/* 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() {
|
|
|