[Bsd-sharp-cvs] CVS commit to
/cvsroot/bsd-sharp/FreeBSD-ports/x11-toolkits/libgdiplus by tmclau02
noreply at forge.novell.com
noreply at forge.novell.com
Sat Oct 7 22:01:03 MDT 2006
CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/x11-toolkits/libgdiplus by tmclau02
Modified Files:
Makefile
Log Message:
Add USE_XLIB because this links against X.
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/x11-toolkits/libgdiplus/Makefile,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- /cvsroot/bsd-sharp/FreeBSD-ports/x11-toolkits/libgdiplus/Makefile 2006/10/08 01:47:21 1.26
+++ /cvsroot/bsd-sharp/FreeBSD-ports/x11-toolkits/libgdiplus/Makefile 2006/10/08 04:01:03 1.27
@@ -3,7 +3,7 @@
# Whom: Tom McLaughlin <tmclaugh at sdf.lonestar.org>
#
# $FreeBSD: ports/x11-toolkits/libgdiplus/Makefile,v 1.4 2006/07/31 00:10:55 tmclaugh Exp $
-# $Id: Makefile,v 1.26 2006/10/08 01:47:21 killfill Exp $
+# $Id: Makefile,v 1.27 2006/10/08 04:01:03 tmclau02 Exp $
#
PORTNAME= libgdiplus
@@ -21,6 +21,7 @@
USE_GNOME= gnomehack gnometarget glib20
USE_GMAKE= yes
INSTALLS_SHLIB= yes
+USE_XLIB= yes
LIBTOOLFILES= configure cairo/configure
USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
More information about the Bsd-sharp-cvs
mailing list