[Bsd-sharp-cvs] CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/x11-toolkits/libgdiplus by killfill

noreply at forge.novell.com noreply at forge.novell.com
Sun May 20 19:34:03 MDT 2007


CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/x11-toolkits/libgdiplus by killfill

Modified Files:
	Makefile 
Log Message:
Remove un-necesary CFLAGS.

===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/x11-toolkits/libgdiplus/Makefile,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- /cvsroot/bsd-sharp/FreeBSD-ports/x11-toolkits/libgdiplus/Makefile	2007/05/19 17:33:13	1.38
+++ /cvsroot/bsd-sharp/FreeBSD-ports/x11-toolkits/libgdiplus/Makefile	2007/05/21 01:34:03	1.39
@@ -3,12 +3,12 @@
 # Whom:				Tom McLaughlin <tmclaugh at sdf.lonestar.org>
 #
 # $FreeBSD: ports/x11-toolkits/libgdiplus/Makefile,v 1.7 2007/03/17 03:49:58 tmclaugh Exp $
-#   $Id: Makefile,v 1.38 2007/05/19 17:33:13 killfill Exp $
+#   $Id: Makefile,v 1.39 2007/05/21 01:34:03 killfill Exp $
 #
 
 PORTNAME=	libgdiplus
 PORTVERSION=	1.2.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	http://www.go-mono.com/sources/${PORTNAME}/
 
@@ -26,8 +26,8 @@
 USE_XLIB=	yes
 LIBTOOLFILES=	configure cairo/configure
 USE_AUTOTOOLS=	libtool:15
-CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
 # 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


More information about the Bsd-sharp-cvs mailing list