summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrecht <recht>2004-07-03 23:04:22 +0000
committerrecht <recht>2004-07-03 23:04:22 +0000
commitb7c4cb8da365a3c6f8cfe33e3513e194f1057088 (patch)
tree4092a9607c85926994781b5debda5ccf77264599
parentf9fefc29cabd922d89cbe8a1f1db950c065d2d71 (diff)
downloadpkgsrc-b7c4cb8da365a3c6f8cfe33e3513e194f1057088.tar.gz
cleanup forgotten in the previous commit...
-rw-r--r--graphics/libgdiplus/Makefile7
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}; \