aboutsummaryrefslogtreecommitdiff
path: root/textproc/gdome2
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-10-05 21:25:20 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-10-05 21:25:20 +0000
commitea8128e0d2bc102d0e1e18ace66915397db2608c (patch)
treeab993ca47f8a9ed31fc9b2dfabe9ef970231e102 /textproc/gdome2
parente85c824771ef13413faa1ffe8ccfae165b52a1d6 (diff)
downloadports-ea8128e0d2bc102d0e1e18ace66915397db2608c.tar.gz
ports-ea8128e0d2bc102d0e1e18ace66915397db2608c.zip
Notes
Diffstat (limited to 'textproc/gdome2')
-rw-r--r--textproc/gdome2/files/patch-ltmain.sh41
1 files changed, 0 insertions, 41 deletions
diff --git a/textproc/gdome2/files/patch-ltmain.sh b/textproc/gdome2/files/patch-ltmain.sh
deleted file mode 100644
index 487713a3687c..000000000000
--- a/textproc/gdome2/files/patch-ltmain.sh
+++ /dev/null
@@ -1,41 +0,0 @@
---- ltmain.sh.orig Wed Apr 2 12:16:23 2003
-+++ ltmain.sh Wed Apr 2 12:18:19 2003
-@@ -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.
- ;;
- *)
-@@ -4210,10 +4210,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false ; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"