Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Mar 2010 13:12:08 -0700
From:      "Kevin Oberman" <oberman@es.net>
To:        mono@freebsd.org
Subject:   libgdiplus needs fix for new libpng
Message-ID:  <20100329201208.ABB3B1CC31@ptavv.es.net>

next in thread | raw e-mail | index | archive | help
Please update libgdiplus to build with the new png port.

--- x11-toolkits/libgdiplus/Makefile.orig       2010-03-29 13:10:37.000000000 -0700
+++ x11-toolkits/libgdiplus/Makefile    2010-03-29 13:07:07.000000000 -0700
@@ -27,7 +27,8 @@
 LIBTOOLFILES=  configure cairo/configure
 USE_AUTOTOOLS= libtool:22
 CONFIGURE_ENV+=        CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
-               LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
+               LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
+               png_REQUIRES="libpng"
 # Included cairo does not work for us.  Enable below when Mono catches
 # up with our port.  For now, use included but patch out glitz manually.
 #CONFIGURE_ARGS+= --with-cairo=installed


Thanks!
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: oberman@es.net			Phone: +1 510 486-8634
Key fingerprint:059B 2DDF 031C 9BA3 14A4  EADA 927D EBB3 987B 3751



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100329201208.ABB3B1CC31>