Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Jan 1998 08:00:50 -0600
From:      "Eric L. Hernes" <erich@lodgenet.com>
To:        asami@cs.berkeley.edu (Satoshi Asami)
Cc:        erich@lodgenet.com, erich@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-ports@freebsd.org
Subject:   Re: cvs commit: ports/graphics/gimp-devel Makefile  ports/graphics/gimp-devel/files md5 ports/graphics/gimp-devel/patches  patch-ah patch-ac patch-ad ports/graphics/gimp-devel/pkg PLIST
Message-ID:  <199801061400.IAA13140@jake.lodgenet.com>
In-Reply-To: Your message of "Mon, 05 Jan 1998 21:41:13 PST." <199801060541.VAA12998@silvia.HIP.Berkeley.EDU> 

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
Satoshi Asami writes:
> * "Eric L. Hernes" writes:
> * >  upgrade to 0.99.17
> * 
> * This (reportedly) won't work with gtk < 0.99.1, so be sure
> * to upgrade gtk at the same time.
>
>That's when you want to bump the shlib version number. :)

Yea, that's been a problem with gimp-devel since day 1 :(
The shlib number should be about overflowing an int by now ;-)

>
>By the way, I can't compile gimp (I did upgrade gtk first, but I don't 
>think that's the problem) here on -stable:

This has been reported on the gimp list too.  I've got kind of a kludge
around it (I think); see if the attached patch helps.  The combination
of libtool/autoconf/automake is really annoying :(  Why can't everyone
just use pmake ;-)

>
>Satoshi
>

Eric

[-- Attachment #2 --]
Index: Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/graphics/gimp-devel/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile	1998/01/05 17:56:39	1.17
+++ Makefile	1998/01/06 13:59:19
@@ -35,7 +35,8 @@
 USE_X11=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.0 \
+CONFIGURE_ENV=	LD=/usr/bin/ld \
+		CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.0 \
 		-I${LOCALBASE}/include/tk8.0 -I${LOCALBASE}/include/tiff34" \
 		LIBS=-L${LOCALBASE}/lib INSTALL_SCRIPT='$${INSTALL} -m 755'
 CONFIGURE_ARGS=  --with-tcl=tcl80 --with-tk=tk80

[-- Attachment #3 --]
Eric L. Hernes
erich@lodgenet.com
erich@rrnet.com http://rrnet.com/~erich

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801061400.IAA13140>