From 2d22e4a58aa8cc81c31b9e682d876239832240a4 Mon Sep 17 00:00:00 2001 From: gahr Date: Wed, 10 Sep 2008 20:33:09 +0000 Subject: - Fix build Approved by: portmgr (marcus) --- games/xonotic/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'games/xonotic') diff --git a/games/xonotic/Makefile b/games/xonotic/Makefile index 5bbce0df7683..99328c0f4ea4 100644 --- a/games/xonotic/Makefile +++ b/games/xonotic/Makefile @@ -77,7 +77,8 @@ post-extract: -d ${WRKDIR}/Nexuiz/sources post-patch: - @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},' ${WRKSRC}/${MAKEFILE} + @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},' ${WRKSRC}/${MAKEFILE} \ + ${WRKSRC}/makefile.inc # Make Nexuiz' lhnetaddress structure really compatible with FreeBSD's # sockaddr_in, and fix value for LHNETADDRESSTYPE_INET6_FAMILY @${REINPLACE_CMD} -e 's,10,28, ; \ -- cgit