From a9f99105e4ca9739b1d2dfadbe78bcfe51f151f4 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sun, 21 Jun 2009 13:42:22 +0000 Subject: - fix build with custom LOCALBASE Reported by: QAT --- misc/gnustep-examples/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'misc') 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 -- cgit v1.2.3