diff options
author | pav <pav@FreeBSD.org> | 2010-09-01 15:29:09 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-09-01 15:29:09 +0800 |
commit | a92f2534cc9955d957f3a507a1309fa68bdf76e9 (patch) | |
tree | 4ff916ab468fb879adfbd5e13a6733044b4cfa54 /devel | |
parent | a52203fae33ce22e6c7827bcd0127af6bc5b5d71 (diff) | |
download | freebsd-ports-gnome-a92f2534cc9955d957f3a507a1309fa68bdf76e9.tar.gz freebsd-ports-gnome-a92f2534cc9955d957f3a507a1309fa68bdf76e9.tar.zst freebsd-ports-gnome-a92f2534cc9955d957f3a507a1309fa68bdf76e9.zip |
- Fix build on 6.X
Submitted by: Anonymous <swell.k@gmail.com> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/lua-alien/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/lua-alien/Makefile b/devel/lua-alien/Makefile index 5ecddb82c8e2..2c9b9202feba 100644 --- a/devel/lua-alien/Makefile +++ b/devel/lua-alien/Makefile @@ -20,11 +20,11 @@ LICENSE= MIT USE_LUA= 5.1 CFLAGS+= -I${LOCALBASE}/include -I${LUA_INCDIR} \ - -DBSD -fPIC -fno-stack-protector + -DBSD -fPIC #-fno-stack-protector LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR} -llua -shared MAKE_ENV+= LIB_OPTION="${LDFLAGS}" LIB_EXT=".so" LUA="${LUA_CMD}" -# add lua prefix in pkgname +# add lua prefix to directories .for p in data: docs:doc/ examples:examples/ ${p:C/:.*//:U}DIR_REL= share/${p:C/.*://}${LUA_PKGNAMEPREFIX}${PORTNAME} ${p:C/:.*//:U}DIR= ${PREFIX}/${${p:C/:.*//:U}DIR_REL} |