diff options
author | kris <kris@FreeBSD.org> | 2004-09-26 11:19:53 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-26 11:19:53 +0800 |
commit | 7bde534442b68841ce38cb6dc029f0a725f1137e (patch) | |
tree | 62e9ccb19e1e1dc1c50abc61693f5c89a543991d /graphics | |
parent | 4ffd565700cfc3da9c7b2072150e8d2fe95afad0 (diff) | |
download | freebsd-ports-gnome-7bde534442b68841ce38cb6dc029f0a725f1137e.tar.gz freebsd-ports-gnome-7bde534442b68841ce38cb6dc029f0a725f1137e.tar.zst freebsd-ports-gnome-7bde534442b68841ce38cb6dc029f0a725f1137e.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)[
Diffstat (limited to 'graphics')
-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 3437bf8475dd..8807ee8a7896 100644 --- a/graphics/synaesthesia/Makefile +++ b/graphics/synaesthesia/Makefile @@ -22,6 +22,12 @@ USE_X_PREFIX= Yes GNU_CONFIGURE= Yes CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-patch: @${REINPLACE_CMD} -e 's,stdint.h,inttypes.h,' `${FIND} ${WRKSRC} -name \*.cc -or -name \*.c` @${REINPLACE_CMD} -e 's,int16_t,u_int16_t,' \ @@ -34,4 +40,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/synaesthesia .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |