diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-04-01 18:27:14 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-04-01 18:27:14 +0800 |
commit | 7795fb824ef28b7b3773ae51c8c5c0fef3598b33 (patch) | |
tree | 9c70b56b8af30fdd54849306273046a159372cc9 /net | |
parent | 7621564ac58e717a59fdab10ea7b656a830cfcd0 (diff) | |
download | freebsd-ports-gnome-7795fb824ef28b7b3773ae51c8c5c0fef3598b33.tar.gz freebsd-ports-gnome-7795fb824ef28b7b3773ae51c8c5c0fef3598b33.tar.zst freebsd-ports-gnome-7795fb824ef28b7b3773ae51c8c5c0fef3598b33.zip |
Broken on 4.x - does not compile.
Reported by: kris
Diffstat (limited to 'net')
-rw-r--r-- | net/kiax/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/kiax/Makefile b/net/kiax/Makefile index 82446f83d8e3..1bf79df3842c 100644 --- a/net/kiax/Makefile +++ b/net/kiax/Makefile @@ -22,7 +22,6 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_PERL5_BUILD= yes USE_QT_VER= 3 -USE_REINPLACE= yes CONFIGURE_ENV+= QTDIR=${X11BASE} \ QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \ @@ -32,6 +31,10 @@ MAKE_ARGS+= QTDIR=${X11BASE} \ .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= does not compile +.endif + post-patch: .if ${OSVERSION} < 500000 ${REINPLACE_CMD} 's/stdint\.h/inttypes.h/' ${WRKSRC}/lib/spandsp/plc.h |