diff options
author | miwi <miwi@FreeBSD.org> | 2011-04-12 10:27:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-04-12 10:27:47 +0800 |
commit | 5fdf73c759660f1c9802c164004a0b506e4309a7 (patch) | |
tree | 13177195d75bce1529fad6e8e89ece9e64aaae89 /lang/librep/files/patch-ltmain.sh | |
parent | 2327e3dc00584f69513018f05e838feb3df5ded4 (diff) | |
download | freebsd-ports-graphics-5fdf73c759660f1c9802c164004a0b506e4309a7.tar.gz freebsd-ports-graphics-5fdf73c759660f1c9802c164004a0b506e4309a7.tar.zst freebsd-ports-graphics-5fdf73c759660f1c9802c164004a0b506e4309a7.zip |
- Update to 0.91.1
PR: 155855
Submitted by: Ports Fury
Diffstat (limited to 'lang/librep/files/patch-ltmain.sh')
-rw-r--r-- | lang/librep/files/patch-ltmain.sh | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/lang/librep/files/patch-ltmain.sh b/lang/librep/files/patch-ltmain.sh deleted file mode 100644 index bb2407590ca..00000000000 --- a/lang/librep/files/patch-ltmain.sh +++ /dev/null @@ -1,19 +0,0 @@ ---- ltmain.sh.orig Wed Jan 23 11:38:40 2002 -+++ ltmain.sh Sun Feb 3 01:44:17 2002 -@@ -1037,8 +1037,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - |