aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2009-06-19 00:22:14 +0800
committerdinoex <dinoex@FreeBSD.org>2009-06-19 00:22:14 +0800
commit4e86f82bec87937f0bd09f568c5f5dbaa3dbd438 (patch)
tree6dd8c41a50991eca00f34cf47cb61ea9ed020a6f
parent073f625500eef593c87765b92841fe6221d868cb (diff)
downloadfreebsd-ports-gnome-4e86f82bec87937f0bd09f568c5f5dbaa3dbd438.tar.gz
freebsd-ports-gnome-4e86f82bec87937f0bd09f568c5f5dbaa3dbd438.tar.zst
freebsd-ports-gnome-4e86f82bec87937f0bd09f568c5f5dbaa3dbd438.zip
- fix build with custom LOCALBASE
Reported by: QAT
-rw-r--r--lang/etoile-compiler/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/etoile-compiler/Makefile b/lang/etoile-compiler/Makefile
index aed586215ea9..194401024749 100644
--- a/lang/etoile-compiler/Makefile
+++ b/lang/etoile-compiler/Makefile
@@ -29,6 +29,7 @@ USE_GNUSTEP_LOCAL_LIBS+= SmalltalkSupport:${SMALLTALKKIT_PORT}
DEFAULT_LIBVERSION= 0.1
WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION}
USE_GNUSTEP_MAKE_DIRS+= Languages/Compiler
+ADDITIONAL_LIB_DIRS+= -L${LOCALBASE}/lib
PLIST_FILES= Local/Tools/edlc
FOUNDATION_PORT?= devel/etoile-foundation