pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/libungif override the autoconf test for main(...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b15e462ac4cf
branches:  trunk
changeset: 467342:b15e462ac4cf
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Jan 29 12:06:19 2004 +0000

description:
override the autoconf test for main() in libX11. this package is
configured with --without-x, and SunPro was trying to be "smart".

diffstat:

 graphics/libungif/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9624d81afde9 -r b15e462ac4cf graphics/libungif/Makefile
--- a/graphics/libungif/Makefile        Thu Jan 29 11:49:50 2004 +0000
+++ b/graphics/libungif/Makefile        Thu Jan 29 12:06:19 2004 +0000
@@ -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 @@
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS=                --without-x
+CONFIGURE_ENV+=                ac_cv_lib_X11_main=no
 
 USE_BUILDLINK3=                yes
 



Home | Main Index | Thread Index | Old Index