aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-03-23 01:35:33 +0800
committermiwi <miwi@FreeBSD.org>2007-03-23 01:35:33 +0800
commit56b81a2ac8b80ca581929daf61997ac6ac4646e4 (patch)
tree95288649ed7bb5a2e520a942138e33e571b74b81
parent29e7c3ca3dc6f6e1c83e5864635da3078b7a3acc (diff)
downloadfreebsd-ports-gnome-56b81a2ac8b80ca581929daf61997ac6ac4646e4.tar.gz
freebsd-ports-gnome-56b81a2ac8b80ca581929daf61997ac6ac4646e4.tar.zst
freebsd-ports-gnome-56b81a2ac8b80ca581929daf61997ac6ac4646e4.zip
- Fix after objformat removal
PR: 110665 Submitted by: Ed Schouten <ed@fxq.nl> (maintainer)
-rw-r--r--games/q3base/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/q3base/Makefile b/games/q3base/Makefile
index 0ffca25e5072..2ebfc9f0781c 100644
--- a/games/q3base/Makefile
+++ b/games/q3base/Makefile
@@ -37,7 +37,7 @@ USE_SDL+= image
post-patch:
@${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|' \
- ${WRKSRC}/configure
+ -e 's/echo aout/echo elf/' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|\($${exec_prefix}/lib\)/quake3|\1/q3base|' \
${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e 's|botlib\.log|/dev/null|' \