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

Questions on localbase again




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/