diff options
author | rodent <rodent@pkgsrc.org> | 2013-12-31 15:41:17 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-12-31 15:41:17 +0000 |
commit | ef81bb35ee5adffcf1d56c300a95accc9f705906 (patch) | |
tree | 68c9fce5ba82e902eed97eb46d9bd5fa68b2fbce /games | |
parent | 85cc6381a7b8fa7d95b8c3f66ba7417b3dab8d06 (diff) | |
download | pkgsrc-ef81bb35ee5adffcf1d56c300a95accc9f705906.tar.gz |
LDFLAGS.SunOS+= -lsocket -lnsl; Fixes build failure, ideally.
Diffstat (limited to 'games')
-rw-r--r-- | games/solarus/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/games/solarus/Makefile b/games/solarus/Makefile index 1e60ccc8878..6773b67bdb7 100644 --- a/games/solarus/Makefile +++ b/games/solarus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2013/12/31 13:17:00 rodent Exp $ +# $NetBSD: Makefile,v 1.10 2013/12/31 15:41:17 rodent Exp $ VERSION= 1.1.1 DISTNAME= solarus-${VERSION}-src @@ -15,6 +15,10 @@ WRKSRC= ${WRKDIR}/solarus-${VERSION} USE_CMAKE= yes USE_LANGUAGES= c c++ +.include "../../mk/bsd.fast.prefs.mk" + +LDFLAGS.SunOS+= -lsocket -lnsl + .include "../../devel/physfs/buildlink3.mk" LUA_VERSIONS_ACCEPTED= 51 BUILDLINK_API_DEPENDS.lua51+= lua51>=5.1.5 |