aboutsummaryrefslogtreecommitdiff
path: root/devel/love07/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/love07/Makefile')
-rw-r--r--devel/love07/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/love07/Makefile b/devel/love07/Makefile
index f7d18173235f..5bdf2f04296a 100644
--- a/devel/love07/Makefile
+++ b/devel/love07/Makefile
@@ -32,7 +32,7 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 \
-I${LUA_INCDIR} `${SDL_CONFIG} --cflags`
LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR}
-LLD_UNSAFE= yes
+LDFLAGS_i386= -Wl,-znotext
CONFIGURE_ARGS= --bindir=${PREFIX}/bin --libdir=${PREFIX}/lib \
--program-suffix=07
WRKSRC= ${WRKDIR}/love-HEAD