Subject: mk/bsd.pkg.mk change request
To: None <tech-pkg@netbsd.org, pkgsrc-wip-discuss@lists.sf.net>
From: Michal Pasternak <michal@pasternak.w.lub.pl>
List: tech-pkg
Date: 12/01/2003 07:35:34
Hi,
I don't know if it is a good time to tell you about this, but I think, that
this patch:
[-wip list: please apply it before trying any of mingw32-* packages]
diff -u -r1.1307 bsd.pkg.mk
--- bsd.pkg.mk 2003/11/27 13:02:38 1.1307
+++ bsd.pkg.mk 2003/12/01 06:30:11
@@ -371,8 +371,8 @@
.else
LIBTOOL_REQD?= 1.4.20010614nb11
.endif
-LIBTOOL= ${LOCALBASE}/bin/libtool
-SHLIBTOOL= ${LOCALBASE}/bin/shlibtool
+LIBTOOL?= ${LOCALBASE}/bin/libtool
+SHLIBTOOL?= ${LOCALBASE}/bin/shlibtool
.if defined(USE_LIBTOOL)
PKGLIBTOOL= ${LIBTOOL}
PKGSHLIBTOOL= ${SHLIBTOOL}
... could be really useful for the project I've just started (packages for
cross-compiling win32 binaries on unices with mingw32.sf.net compiler).
If I can't override libtool, there's no way I can create packages in an easy
way.
Any chances this gets through?
Any methods to get around this?
I appreciate your help, take care,
--
Michal Pasternak :: http://pasternak.w.lub.pl