summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2003-02-22 12:05:54 +0000
committerskrll <skrll@pkgsrc.org>2003-02-22 12:05:54 +0000
commit5945ff7595f6504b85d1e1281ae9c4ab891faf37 (patch)
treed2fc34fa482bf5a834991dc1f433b8ff683c7f3c /graphics
parent68e0ebb52c22418bf8cb8b1cf361f777f3d632d5 (diff)
downloadpkgsrc-5945ff7595f6504b85d1e1281ae9c4ab891faf37.tar.gz
Override config.{guess,sub} so that we build on platforms such as CATS.
This is needed now as LTCONFIG_OVERRIDE was changed to LIBTOOL_OVERRIDE.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/jpeg/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile
index f6383d4fcba..ae9bbe6988e 100644
--- a/graphics/jpeg/Makefile
+++ b/graphics/jpeg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2003/02/18 05:32:16 salo Exp $
+# $NetBSD: Makefile,v 1.21 2003/02/22 12:05:54 skrll Exp $
#
DISTNAME= jpegsrc.v6b
@@ -13,6 +13,8 @@ COMMENT= IJG's jpeg compression utilities
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
+CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
USE_BUILDLINK2= yes
GNU_CONFIGURE= yes