pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/blccc
Module Name: pkgsrc
Committed By: wiedi
Date: Sun Sep 18 16:47:44 UTC 2016
Modified Files:
pkgsrc/misc/blccc: Makefile
Log Message:
fix int types on SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/misc/blccc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/blccc/Makefile
diff -u pkgsrc/misc/blccc/Makefile:1.37 pkgsrc/misc/blccc/Makefile:1.38
--- pkgsrc/misc/blccc/Makefile:1.37 Wed Aug 3 10:23:07 2016
+++ pkgsrc/misc/blccc/Makefile Sun Sep 18 16:47:44 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2016/08/03 10:23:07 adam Exp $
+# $NetBSD: Makefile,v 1.38 2016/09/18 16:47:44 wiedi Exp $
#
DISTNAME= blccc-1.99
@@ -19,6 +19,8 @@ EGDIR= ${PREFIX}/share/examples/blccc
INSTALLATION_DIRS= ${EGDIR}/movies ${EGDIR}/on-demand
+CPPFLAGS.SunOS+= -Du_int16_t=uint16_t -Du_int32_t=uint32_t
+
.include "../../devel/blib/buildlink3.mk"
post-install:
Home |
Main Index |
Thread Index |
Old Index