diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-09 08:51:58 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-09 08:51:58 +0000 |
commit | 0c38bbcda3930887c4f16dba0dc97226439204c6 (patch) | |
tree | 51e4df68a1ddd462b0ef1b4e468c08359c8ce9b9 /games | |
parent | 0671601ebecca1706b666303e30b0688806d8439 (diff) | |
download | ports-0c38bbcda3930887c4f16dba0dc97226439204c6.tar.gz ports-0c38bbcda3930887c4f16dba0dc97226439204c6.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/criticalmass/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile index a9e07cf70eeb..f6ac5e1700cf 100644 --- a/games/criticalmass/Makefile +++ b/games/criticalmass/Makefile @@ -41,6 +41,7 @@ post-patch: 's|SDL/SDL|SDL|g' @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG:T}|g ; \ s|^CXXFLAGS|#CXXFLAGS|g ; \ + s|/usr/X11R6|${X11BASE}|g ; \ s|-lSDL | |g ; \ s|-lpng12|-lpng|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|and def|\&\& def|g' ${WRKSRC}/utils/OSName.hpp |