summaryrefslogtreecommitdiff
path: root/japanese/lyx/files
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>2000-05-02 22:49:54 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>2000-05-02 22:49:54 +0000
commita5d0b6f8aeab5171aed1fbf54372ebdd9995783c (patch)
tree1297916bb7c6a44c4a9939be533b051e6a354134 /japanese/lyx/files
parentUpdate port to 1.4.4 (diff)
Unbreak make fails in 4.0R new gcc environment
Pointed out by: Shimizu Yo <yo@bodg.ty.ihi.co.jp>
Notes
Notes: svn path=/head/; revision=28271
Diffstat (limited to 'japanese/lyx/files')
-rw-r--r--japanese/lyx/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/lyx/files/patch-aa b/japanese/lyx/files/patch-aa
new file mode 100644
index 000000000000..9bccd8a35872
--- /dev/null
+++ b/japanese/lyx/files/patch-aa
@@ -0,0 +1,11 @@
+--- configure.orig Tue Jun 1 19:07:35 1999
++++ configure Mon Apr 24 21:02:48 2000
+@@ -5777,7 +5777,7 @@
+ #ifdef HAVE_SYS_SOCKET_H
+ #include <sys/socket.h>
+ #endif
+-extern select ($ac_cv_func_select_arg1,$ac_cv_func_select_arg234,$ac_cv_func_select_arg234,$ac_cv_func_select_arg234,$ac_cv_func_select_arg5);
++extern int select ($ac_cv_func_select_arg1,$ac_cv_func_select_arg234,$ac_cv_func_select_arg234,$ac_cv_func_select_arg234,$ac_cv_func_select_arg5);
+ int main() {
+
+ ; return 0; }