Ticket #55787: gegl.diff

File gegl.diff, 1.4 KB (added by ryandesign (Ryan Carsten Schmidt), 7 years ago)
  • Portfile

     
    77name                gegl
    88conflicts           gegl-devel
    99version             0.2.0
    10 revision            24
     10revision            25
    1111license             {GPL-3+ LGPL-3+}
    1212set branch          [join [lrange [split ${version} .] 0 1] .]
    1313categories          graphics
     
    5050
    5151patchfiles          patch-fix-introspection.diff \
    5252                    gegl-enums.c.patch \
     53                    libopenraw-0.1.patch \
    5354                    patch-configure.ac.diff \
    5455                    patch-use-intltoolize.diff \
    5556                    patch-examples-Makefile.am.diff \
     
    8788                    --without-sdl \
    8889                    --without-umfpack
    8990
    90 # libopenraw requires libc++ as of version 0.1.0
    91 
    92 if {${configure.cxx_stdlib} eq "libstdc++"} {
    93     depends_lib-delete port:libopenraw
    94     configure.args-append --disable-libopenraw
    95 }
    96 
    9791# disable parallel build, see #31498
    9892use_parallel_build no
    9993
    10094platform darwin {
    10195    if {[variant_isset universal]} {
    102         # In order to build universal on Leopard, you need MacPorts 2.1
    10396        set merger_configure_args(x86_64) --build=${build_arch}-apple-${os.platform}${os.version}
    10497        set merger_configure_cflags(ppc) -fno-altivec
    10598        set merger_configure_cxxflags(ppc) -fno-altivec