summaryrefslogtreecommitdiff
path: root/graphics/libungif
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-29 12:06:19 +0000
committergrant <grant@pkgsrc.org>2004-01-29 12:06:19 +0000
commit26ad420384ea642a04fc63f80cfb8aa6f050a144 (patch)
treeff08f7835f2ef116e76d87f9f518714d5d67fb3d /graphics/libungif
parent1f068037805cbd60a8d63a9468aa0cc1953c8aa6 (diff)
downloadpkgsrc-26ad420384ea642a04fc63f80cfb8aa6f050a144.tar.gz
override the autoconf test for main() in libX11. this package is
configured with --without-x, and SunPro was trying to be "smart".
Diffstat (limited to 'graphics/libungif')
-rw-r--r--graphics/libungif/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile
index 5b5fb662e90..58ef426fd9a 100644
--- a/graphics/libungif/Makefile
+++ b/graphics/libungif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2004/01/05 20:38:35 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2004/01/29 12:06:19 grant Exp $
#
DISTNAME= libungif-4.1.0b1
@@ -20,6 +20,7 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-x
+CONFIGURE_ENV+= ac_cv_lib_X11_main=no
USE_BUILDLINK3= yes