summaryrefslogtreecommitdiff
path: root/graphics/gdchart/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2003-06-23 15:56:10 +0000
committerwiz <wiz>2003-06-23 15:56:10 +0000
commit7cc56a0044871a93d6ebff46284cd4a241a6cc28 (patch)
tree54d582a4810af70a03447879960aa19d0d33cd9b /graphics/gdchart/Makefile
parent196b21a391fbf76372780278779e2ed921d1f157 (diff)
downloadpkgsrc-7cc56a0044871a93d6ebff46284cd4a241a6cc28.tar.gz
Define TEST_TARGET; make the examples compilation use libtool, and
correct the library name on the example link line (!). XXX: 'make test' fails.
Diffstat (limited to 'graphics/gdchart/Makefile')
-rw-r--r--graphics/gdchart/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gdchart/Makefile b/graphics/gdchart/Makefile
index 43ac6344821..2ceb08dedda 100644
--- a/graphics/gdchart/Makefile
+++ b/graphics/gdchart/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/06/23 10:19:32 adam Exp $
+# $NetBSD: Makefile,v 1.9 2003/06/23 15:56:10 wiz Exp $
#
DISTNAME= gdchart0.11.4dev
@@ -16,6 +16,8 @@ MAKEFILE= makefile
USE_BUILDLINK2= YES
USE_LIBTOOL= YES
+TEST_TARGET= gdc_samp1 gdc_samp2 gdc_pie_samp ft_samp
+
post-patch:
for fn in ${WRKSRC}/*.[ch]; do \
${SED} 's/^#ifdef HAVE_JPEG/#ifndef NO_JPEG/' $${fn} \