diff options
author | gahr <gahr@FreeBSD.org> | 2008-09-11 04:33:09 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-09-11 04:33:09 +0800 |
commit | 2d22e4a58aa8cc81c31b9e682d876239832240a4 (patch) | |
tree | 8ce3dc96103977d9ae01b91b4df910339674f6e3 /games | |
parent | c1ec57d70dbe27f5bcc7198fa152e37fa21f3ecf (diff) | |
download | freebsd-ports-gnome-2d22e4a58aa8cc81c31b9e682d876239832240a4.tar.gz freebsd-ports-gnome-2d22e4a58aa8cc81c31b9e682d876239832240a4.tar.zst freebsd-ports-gnome-2d22e4a58aa8cc81c31b9e682d876239832240a4.zip |
- Fix build
Approved by: portmgr (marcus)
Diffstat (limited to 'games')
-rw-r--r-- | games/nexuiz/Makefile | 3 | ||||
-rw-r--r-- | games/xonotic/Makefile | 3 |
2 files changed, 4 insertions, 2 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, ; \ 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, ; \ |