aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2009-06-21 21:42:22 +0800
committerdinoex <dinoex@FreeBSD.org>2009-06-21 21:42:22 +0800
commitea9fe90d406e4515e667abf7a4e05366dcde1ab0 (patch)
tree1ed4112101a229153ea1f86a5d6fadc4cab55d49 /misc
parentb366da737973f511042789f248ec9dde10eb4caf (diff)
downloadfreebsd-ports-gnome-ea9fe90d406e4515e667abf7a4e05366dcde1ab0.tar.gz
freebsd-ports-gnome-ea9fe90d406e4515e667abf7a4e05366dcde1ab0.tar.zst
freebsd-ports-gnome-ea9fe90d406e4515e667abf7a4e05366dcde1ab0.zip
- fix build with custom LOCALBASE
Reported by: QAT
Diffstat (limited to 'misc')
-rw-r--r--misc/gnustep-examples/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/gnustep-examples/Makefile b/misc/gnustep-examples/Makefile
index 3b32020a3573..fab921f224c8 100644
--- a/misc/gnustep-examples/Makefile
+++ b/misc/gnustep-examples/Makefile
@@ -25,5 +25,6 @@ USE_GL= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_GNUSTEP_MAKE_DIRS+= . gui/Finger gui/GFractal gui/HostAddress
MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
+ADDITIONAL_LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>