diff options
| -rw-r--r-- | games/scorched3d/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/scorched3d/Makefile b/games/scorched3d/Makefile index 4275969461a0..e88746627cc2 100644 --- a/games/scorched3d/Makefile +++ b/games/scorched3d/Makefile @@ -51,6 +51,8 @@ post-patch: ${WRKSRC}/src/3dsparse/aseFile.tab.cpp \ ${WRKSRC}/src/ode/config.h \ ${WRKSRC}/src/zlib/zutil.h + @${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' \ + ${WRKSRC}/configure.ac pre-configure: @cd ${WRKSRC}/scripts && ${PERL} createAMMakefile.pl |
