diff options
author | recht <recht@pkgsrc.org> | 2004-07-03 23:04:22 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-07-03 23:04:22 +0000 |
commit | fe4e006cf3fa701169e9d786d258832036ed9af3 (patch) | |
tree | 4092a9607c85926994781b5debda5ccf77264599 | |
parent | afbfb8d2b03768a42707ae0b1bf28fc6c349b8b3 (diff) | |
download | pkgsrc-fe4e006cf3fa701169e9d786d258832036ed9af3.tar.gz |
cleanup forgotten in the previous commit...
-rw-r--r-- | graphics/libgdiplus/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/libgdiplus/Makefile b/graphics/libgdiplus/Makefile index 289d1150afe..68428f48fa7 100644 --- a/graphics/libgdiplus/Makefile +++ b/graphics/libgdiplus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/07/03 23:03:21 recht Exp $ +# $NetBSD: Makefile,v 1.10 2004/07/03 23:04:22 recht Exp $ # DISTNAME= libgdiplus-1.0 @@ -17,11 +17,6 @@ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= libgdiplus.pc.in GNU_CONFIGURE= yes -# XXX gdip_win32.c uses pthread, but -# configure doesn't check for it... -#CFLAGS+= ${PTHREAD_CFLAGS} -#LDFLAGS+= ${PTHREAD_LDFLAGS} - pre-configure: cd ${WRKSRC}; \ ${AUTOHEADER}; \ |