diff options
Diffstat (limited to 'games/nexuiz')
-rw-r--r-- | games/nexuiz/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/nexuiz/Makefile b/games/nexuiz/Makefile index 5bbce0df7683..99328c0f4ea4 100644 --- a/games/nexuiz/Makefile +++ b/games/nexuiz/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, ; \ |