Revision
115365
Author
jeremyhu@macports.org
Date
2013-12-31 17:58:03 -0800 (Tue, 31 Dec 2013)

Log Message

anjuta: Add patch, don't depend on gnome-common. ><

Modified Paths

Added Paths

Diff

Modified: trunk/dports/gnome/anjuta/Portfile (115364 => 115365)


--- trunk/dports/gnome/anjuta/Portfile	2014-01-01 01:57:36 UTC (rev 115364)
+++ trunk/dports/gnome/anjuta/Portfile	2014-01-01 01:58:03 UTC (rev 115365)
@@ -23,7 +23,6 @@
                 sha256  ff16c646dbf0234f7056c697b2546125c89d43f8c1f5138a21409053c016d3bc
 
 depends_build   port:pkgconfig \
-                port:gnome-common \
                 port:intltool \
                 port:itstool
 

Added: trunk/dports/gnome/anjuta/files/patch-ltmain.sh.diff (0 => 115365)


--- trunk/dports/gnome/anjuta/files/patch-ltmain.sh.diff	                        (rev 0)
+++ trunk/dports/gnome/anjuta/files/patch-ltmain.sh.diff	2014-01-01 01:58:03 UTC (rev 115365)
@@ -0,0 +1,14 @@
+--- ltmain.sh.orig	2013-11-14 13:21:01.000000000 -0800
++++ ltmain.sh	2013-12-31 17:42:31.000000000 -0800
+@@ -5851,9 +5851,10 @@ func_mode_link ()
+       # -tp=*                Portland pgcc target processor selection
+       # --sysroot=*          for sysroot support
+       # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
++      # -stdlib=*            select c++ std lib with clang
+       -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
+       -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
+-      -O*|-flto*|-fwhopr*|-fuse-linker-plugin)
++      -O*|-flto*|-fwhopr*|-fuse-linker-plugin|-stdlib=*)
+         func_quote_for_eval "$arg"
+ 	arg="$func_quote_for_eval_result"
+         func_append compile_command " $arg"