diff options
Diffstat (limited to 'games/vdrift/Makefile')
-rw-r--r-- | games/vdrift/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/vdrift/Makefile b/games/vdrift/Makefile index 05832acb7185..32b8d5822adb 100644 --- a/games/vdrift/Makefile +++ b/games/vdrift/Makefile @@ -7,6 +7,7 @@ PORTNAME= vdrift PORTVERSION= 20060708 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -61,10 +62,7 @@ BROKEN= Does not compile on sparc64 .endif post-patch: - @${FIND} ${WRKSRC}/src/* -type f -exec ${REINPLACE_CMD} -e 's|SDL/|SDL11/|g' "{}" \; - @${FIND} ${WRKSRC}/include/* -type f -exec ${REINPLACE_CMD} -e 's|SDL/|SDL11/|g' "{}" \; @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/SConstruct - @${REINPLACE_CMD} -e 's|sdl-config|sdl11-config|g' ${WRKSRC}/src/SConscript @${REINPLACE_CMD} -e "s|'openal'|'openal','alut'|g" ${WRKSRC}/SConstruct do-build: |