From 301e338c6658a836758c69f1afadee091994d30d Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Thu, 1 Aug 2002 14:24:58 +0000 Subject: Upgrade to 1.2.0. Use the new, opensourced xforms. The possibility of building with GTk and Qt frontends needs to be investigated. The layers upon layers of automake/autoconf/configure.in/configure are disgusting and call for a nice and clean replacements of Makefiles. PR: ports/40080 (and a few earlier ones without patches) Submitted by: KATO Tsuguru --- print/lyx/files/patch-config::ltmain.sh | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 print/lyx/files/patch-config::ltmain.sh (limited to 'print/lyx/files/patch-config::ltmain.sh') diff --git a/print/lyx/files/patch-config::ltmain.sh b/print/lyx/files/patch-config::ltmain.sh new file mode 100644 index 000000000000..29ed1a55df53 --- /dev/null +++ b/print/lyx/files/patch-config::ltmain.sh @@ -0,0 +1,28 @@ +--- 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. + ;; + *) -- cgit v1.2.3