[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Questions on localbase again
- To: OpenBSD ports-related discussion <ports@openbsd.org>
- Subject: Questions on localbase again
- From: Heikki Korpela <heko@iki.fi>
- Date: Mon, 6 Aug 2001 01:42:11 +0300 (EEST)
1) If I decide to use a $LOCALBASE other than /usr/local, is it up
to me to fix infrastructure/db/fake.mtree (or individual ports)
to reflect this change? (To e.g. create $LOCALBASE/{bin,man,aso}.)
2) kde/libs2 didn't build with $LOCALBASE being elsewhere than
/usr/local because of -lpcre linking failing, I had to manually
insert this:
@@ -48,7 +48,7 @@ pre-build:
ln -sf $(LOCALBASE)/bin/zsh ${WRKBUILD}/sh
# Ensure qt2 will always be at the front
-MAKE_FLAGS=CXXLD='--tag CXX ${CXX} -L${LOCALBASE}/lib/qt2'
+MAKE_FLAGS=CXXLD='--tag CXX ${CXX} -L${LOCALBASE}/lib/qt2 -L${LOCALBASE}/lib'
MAKE_FLAGS+=LIBTOOL='$(WRKBUILD)/sh $(WRKBUILD)/libtool'
# GPL
Is this (or some other custom fix because of the localbase change)
expected?
TIA,
--
<---------------------------------------------------------------------->
Heikki Korpela -- heko@iki.fi -- http://iki.fi/heko/