[115365] trunk/dports/gnome/anjuta

jeremyhu at macports.org jeremyhu at macports.org
Tue Dec 31 17:58:03 PST 2013


Revision: 115365
          https://trac.macports.org/changeset/115365
Author:   jeremyhu at 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:
--------------
    trunk/dports/gnome/anjuta/Portfile

Added Paths:
-----------
    trunk/dports/gnome/anjuta/files/patch-ltmain.sh.diff

Modified: trunk/dports/gnome/anjuta/Portfile
===================================================================
--- 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
===================================================================
--- 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"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131231/6ea30ac4/attachment.html>


More information about the macports-changes mailing list