diff options
author | sat <sat@FreeBSD.org> | 2006-05-31 19:35:47 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-05-31 19:35:47 +0800 |
commit | d7b62a64a7d65506512ed315395e7429d911c706 (patch) | |
tree | ba85d8e340cb5144ba317c0520c0f5871aeee511 /graphics/synaesthesia | |
parent | 510ee51a42a5a3087ba232455674ef119b8234e3 (diff) | |
download | freebsd-ports-graphics-d7b62a64a7d65506512ed315395e7429d911c706.tar.gz freebsd-ports-graphics-d7b62a64a7d65506512ed315395e7429d911c706.tar.zst freebsd-ports-graphics-d7b62a64a7d65506512ed315395e7429d911c706.zip |
- Mark broken on 4.x
Reported by: pointyhat via kris
Approved by: krion (mentor, implicit)
Diffstat (limited to 'graphics/synaesthesia')
-rw-r--r-- | graphics/synaesthesia/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/synaesthesia/Makefile b/graphics/synaesthesia/Makefile index d8372bc66c9..ebf8aa2e305 100644 --- a/graphics/synaesthesia/Makefile +++ b/graphics/synaesthesia/Makefile @@ -22,6 +22,12 @@ CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE} PORTDOCS= README PLIST_FILES= bin/${PORTNAME} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Does not build on 4.x +.endif + post-patch: @${REINPLACE_CMD} -e 's,stdint.h,inttypes.h,' ${WRKSRC}/*.c? @${REINPLACE_CMD} -e 's,int16_t,u_int16_t,' ${WRKSRC}/sound.cc @@ -33,4 +39,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |