freebsd-ports/lang/librep/files/patch-ltmain.sh
Joe Marcus Clarke 2881c2261a Re-fix the sawfish configurators after switching over to librep.
Reported by:	Anders Andersson <anders@hack.org>
Pointy hat to:	me
2002-07-03 05:00:30 +00:00

19 lines
364 B
Bash

--- 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
;;