Subject: libtool major version
To: None <tech-pkg@netbsd.org>
From: Jan Schaumann <jschauma@netmeister.org>
List: tech-pkg
Date: 12/12/2002 11:08:25
Hi,
On Irix, it turns out, devel/libtool-base build shared libraries with a
higher major version (4 instead of 3) than on other OPSYSs. How should
we address this?
For the time being, I've added the following to my
devel/libtool-base/Makefile:
.if ${OPSYS} != "IRIX"
LIBMAJ= 3
.else
LIBMAJ= 4
.endif
PLIST_SUBST+= LIBMAJ=${LIBMAJ}
Should we patch the libtool-sources instead to build the same version?
-Jan
--
"Life," said Marvin, "don't talk to me about life."