[85888] trunk/dports/gnome/oaf

jmr at macports.org jmr at macports.org
Sun Oct 16 23:18:26 PDT 2011


Revision: 85888
          http://trac.macports.org/changeset/85888
Author:   jmr at macports.org
Date:     2011-10-16 23:18:23 -0700 (Sun, 16 Oct 2011)
Log Message:
-----------
oaf: add flex and bison deps

Modified Paths:
--------------
    trunk/dports/gnome/oaf/Portfile
    trunk/dports/gnome/oaf/files/patch_configure

Modified: trunk/dports/gnome/oaf/Portfile
===================================================================
--- trunk/dports/gnome/oaf/Portfile	2011-10-17 05:52:08 UTC (rev 85887)
+++ trunk/dports/gnome/oaf/Portfile	2011-10-17 06:18:23 UTC (rev 85888)
@@ -19,7 +19,7 @@
 homepage	http://www.gnome.org/
 master_sites    gnome:sources/${name}/${branch}/
 checksums	md5 8cae2c1a692922f91827cad435136e2c
-depends_build   port:perl5
+depends_build   port:perl5 port:flex port:bison
 depends_lib     port:orbit port:libxml port:popt
 
 # orbit is not universal

Modified: trunk/dports/gnome/oaf/files/patch_configure
===================================================================
--- trunk/dports/gnome/oaf/files/patch_configure	2011-10-17 05:52:08 UTC (rev 85887)
+++ trunk/dports/gnome/oaf/files/patch_configure	2011-10-17 06:18:23 UTC (rev 85888)
@@ -5,7 +5,7 @@
  
    darwin* | rhapsody*)
 -    allow_undefined_flag='-undefined suppress'
-+    allow_undefined_flag='-flat_namespace -undefined suppress'
++    allow_undefined_flag='-undefined dynamic_lookup'
      # FIXME: Relying on posixy $() will cause problems for
      #        cross-compilation, but unfortunately the echo tests do not
      #        yet detect zsh echo's removal of \ escapes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111016/bc8700f0/attachment.html>


More information about the macports-changes mailing list