Use SHARED_ONLY=Yes for now to avoid a bug in lua.port.mk which causes
PKG_ARCH=* to be set. Marked XXX - temporary until Jasper works out what to do with the lua module. ok ajacoutot@
This commit is contained in:
parent
7ce46402a0
commit
c251333300
@ -1,11 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2012/07/10 15:22:45 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2012/08/05 08:05:38 sthen Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= ${GCC4_ARCHS}
|
||||
SHARED_ONLY= Yes # XXX lua.port.mk bug
|
||||
# The lua module marks packages PKG_ARCH=* unless they are SHARED_ONLY.
|
||||
# To be fixed in lua, but marking this SHARED_ONLY as a temporary workaround
|
||||
# and doesn't hurt anyway as freedroidrpg is gcc4-only.
|
||||
|
||||
COMMENT= isometric RPG game
|
||||
|
||||
DISTNAME = freedroidRPG-0.15.1
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
PKGNAME = ${DISTNAME:L}
|
||||
CATEGORIES= games x11
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user