aboutsummaryrefslogtreecommitdiff
path: root/archivers/xdms
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-10-20 07:31:29 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-10-20 07:31:29 +0000
commita4d01fcc7773a0b8f21937b0bbefcd9cf6c06aca (patch)
treedbe649a2b2c834d4eab6c2b780312a1ae788406d /archivers/xdms
parent75cce5f341700463efe0bf7e27c8cdae223e866a (diff)
downloadports-a4d01fcc7773a0b8f21937b0bbefcd9cf6c06aca.tar.gz
ports-a4d01fcc7773a0b8f21937b0bbefcd9cf6c06aca.zip
Notes
Diffstat (limited to 'archivers/xdms')
-rw-r--r--archivers/xdms/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/archivers/xdms/Makefile b/archivers/xdms/Makefile
index 27e39716553b..c867d19257f8 100644
--- a/archivers/xdms/Makefile
+++ b/archivers/xdms/Makefile
@@ -18,8 +18,13 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
ALL_TARGET= xdms
+.include <bsd.port.pre.mk>
+
post-patch:
${REINPLACE_CMD} "s@-O3 -Wall@-Wall@g" ${WRKSRC}/src/Makefile.in
+.if ( ${OSVERSION} < 500000 )
+ ${REINPLACE_CMD} 's/stdint.h/inttypes.h/' ${WRKSRC}/src/cdata.h
+.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/xdms ${PREFIX}/bin
@@ -28,4 +33,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/xdms.txt ${PREFIX}/share/doc/xdms
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>