summaryrefslogtreecommitdiff
path: root/mbone/sdr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/sdr/Makefile')
-rw-r--r--mbone/sdr/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/mbone/sdr/Makefile b/mbone/sdr/Makefile
index 879e1eb5e5a..646c55c1659 100644
--- a/mbone/sdr/Makefile
+++ b/mbone/sdr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1998/08/20 15:17:11 tsarna Exp $
+# $NetBSD: Makefile,v 1.11 1998/10/02 06:47:29 hubertf Exp $
# FreeBSD Id: Makefile,v 1.6 1997/10/15 20:35:20 fenner Exp
#
@@ -17,9 +17,10 @@ NO_WRKSUBDIR= yes
USE_GMAKE= yes
USE_X11= yes
-# src/libs.tcl is autogenerated from the tcl/tk installed on the
-# build system, so we shouldn't use the one in the distribution.
-post-extract:
- -@rm ${WRKSRC}/src/libs.tcl
+_INTTYPES!= if [ -e /usr/include/sys/inttypes.h ]; then echo "Exists"; else echo "No go"; fi
+
+.if (${_INTTYPES} == "Exists")
+CFLAGS+= -DHAVE_SYS_INTTYPES_H
+.endif
.include "../../mk/bsd.pkg.mk"