[MacPorts] #21754: libwmf configure syntax error

MacPorts noreply at macports.org
Fri Oct 2 00:07:20 PDT 2009


#21754: libwmf configure syntax error
------------------------------------------+---------------------------------
 Reporter:  dominikbrugger@…              |       Owner:  macports-tickets@…                   
     Type:  defect                        |      Status:  new                                  
 Priority:  Normal                        |   Milestone:                                       
Component:  ports                         |     Version:  1.8.1                                
 Keywords:  libwmf gdk-pixbuf pkg-config  |        Port:  libwmf                               
------------------------------------------+---------------------------------

Comment(by dominikbrugger@…):

 The pkg-config port is installed properly, e.g. on the command line I get
 the following:

 {{{
 $ pkg-config --variable=gtk_binary_version gtk+-2.0
 2.10.0
 }}}


 In configure the offending part seems to be:

 {{{
 PKG_CHECK_MODULES(GDK_PIXBUF,gdk-pixbuf-2.0 >= 2.1.2,
                 GTK_VERSION=`$PKG_CONFIG --variable=gtk_binary_version
 gtk+-2.0`
                 GDK_PIXBUF_DIR="gtk-2.0/$GTK_VERSION/loaders"
                 wmf_gdk_pixbuf=yes
         ,       wmf_gdk_pixbuf=no
         )
 }}}


 but have no clue why it fails.

-- 
Ticket URL: <http://trac.macports.org/ticket/21754#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list