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
commit9dba6c9789ac85b182ff62b263b147ac6ef712eb (patch)
treeff08f7835f2ef116e76d87f9f518714d5d67fb3d /graphics/libungif
parentc6bdbfed93450b807202f8eb3ec25e8a9ca76aae (diff)
downloadpkgsrc-9dba6c9789ac85b182ff62b263b147ac6ef712eb.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