Page MenuHomeFreeBSD

D3361.id7881.diff
No OneTemporary

D3361.id7881.diff

Index: Mk/Uses/localbase.mk
===================================================================
--- Mk/Uses/localbase.mk
+++ Mk/Uses/localbase.mk
@@ -15,4 +15,10 @@
CFLAGS+= -I${LOCALBASE}/include
CXXFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+
+# CONFIGURE_ENV is used by devel/cmake itself (as it does not use CMAKE_ENV
+# when bootstrapping) as well as most ports that depend on it. CMAKE_ENV is for
+# the few ports that manually override and might also use CMAKE_PREFIX_PATH.
+CONFIGURE_ENV+= CMAKE_PREFIX_PATH="${LOCALBASE}"
+CMAKE_ENV+= CMAKE_PREFIX_PATH="${LOCALBASE}"
.endif

File Metadata

Mime Type
text/plain
Expires
Thu, Jun 18, 3:04 AM (13 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34043212
Default Alt Text
D3361.id7881.diff (605 B)

Event Timeline