summaryrefslogtreecommitdiff
path: root/print/lyx14/files
diff options
context:
space:
mode:
Diffstat (limited to 'print/lyx14/files')
-rw-r--r--print/lyx14/files/patch-config::ltmain.sh28
-rw-r--r--print/lyx14/files/patch-src::ispell.C11
2 files changed, 0 insertions, 39 deletions
diff --git a/print/lyx14/files/patch-config::ltmain.sh b/print/lyx14/files/patch-config::ltmain.sh
deleted file mode 100644
index 29ed1a55df53..000000000000
--- a/print/lyx14/files/patch-config::ltmain.sh
+++ /dev/null
@@ -1,28 +0,0 @@
---- config/ltmain.sh Thu Jan 24 06:28:31 2002
-+++ config/ltmain.sh Fri Jun 28 20:15:12 2002
-@@ -1043,14 +1043,14 @@
- # These systems don't actually have a C library (as such)
- test "X$arg" = "X-lc" && continue
- ;;
-- *-*-openbsd*)
-+ *-*-openbsd* | *-*-freebsd*)
- # Do not include libc due to us having libc/libc_r.
- test "X$arg" = "X-lc" && continue
- ;;
- esac
- elif test "X$arg" = "X-lc_r"; then
- case $host in
-- *-*-openbsd*)
-+ *-*-openbsd* | *-*-freebsd*)
- # Do not include libc_r directly, use -pthread flag.
- continue
- ;;
-@@ -2441,7 +2441,7 @@
- *-*-netbsd*)
- # Don't link with libc until the a.out ld.so is fixed.
- ;;
-- *-*-openbsd*)
-+ *-*-openbsd* | *-*-freebsd*)
- # Do not include libc due to us having libc/libc_r.
- ;;
- *)
diff --git a/print/lyx14/files/patch-src::ispell.C b/print/lyx14/files/patch-src::ispell.C
deleted file mode 100644
index 61c7b23bab12..000000000000
--- a/print/lyx14/files/patch-src::ispell.C
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/ispell.C.orig Wed Nov 27 19:30:07 2002
-+++ src/ispell.C Fri Feb 7 21:20:53 2003
-@@ -266,7 +266,7 @@
- // Configure provides us with macros which are supposed to do
- // the right typecast.
- retval = select(SELECT_TYPE_ARG1 (pipeout[0]+1),
-- SELECT_TYPE_ARG234 (&infds),
-+ &infds,
- 0,
- 0,
- SELECT_TYPE_ARG5 (&tv));