14 lines
457 B
Bash
14 lines
457 B
Bash
|
$NetBSD: patch-libgo_config_ltmain.sh,v 1.1 2014/05/10 14:14:59 richard Exp $
|
||
|
|
||
|
--- libgo/config/ltmain.sh.orig 2010-11-12 20:52:54.000000000 +0000
|
||
|
+++ libgo/config/ltmain.sh
|
||
|
@@ -976,7 +976,7 @@ func_enable_tag ()
|
||
|
|
||
|
|
||
|
case $host in
|
||
|
- *cygwin* | *mingw* | *pw32* | *cegcc*)
|
||
|
+ *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* )
|
||
|
# don't eliminate duplications in $postdeps and $predeps
|
||
|
opt_duplicate_compiler_generated_deps=:
|
||
|
;;
|