pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/tint2
Module Name: pkgsrc
Committed By: tnn
Date: Tue Apr 12 13:47:10 UTC 2022
Modified Files:
pkgsrc/x11/tint2: Makefile
Log Message:
tint2: SunOS build fixes
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/x11/tint2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/tint2/Makefile
diff -u pkgsrc/x11/tint2/Makefile:1.60 pkgsrc/x11/tint2/Makefile:1.61
--- pkgsrc/x11/tint2/Makefile:1.60 Fri Mar 11 21:33:34 2022
+++ pkgsrc/x11/tint2/Makefile Tue Apr 12 13:47:10 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2022/03/11 21:33:34 tnn Exp $
+# $NetBSD: Makefile,v 1.61 2022/04/12 13:47:10 tnn Exp $
DISTNAME= tint2-v17.0.2
PKGNAME= ${DISTNAME:S/-v/-/}
@@ -24,6 +24,9 @@ CONF_FILES= ${PREFIX}/share/examples/ti
CMAKE_ARGS.Linux= -DENABLE_BATTERY=ON
CMAKE_ARGS.*= -DENABLE_BATTERY=OFF
+CFLAGS.SunOS+= -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
+CFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int32_t=uint32_t -Du_int64_t=uint64_t
+
post-install:
${INSTALL_DATA} ${WRKSRC}/themes/tint2rc \
${DESTDIR}${PREFIX}/share/examples/tint2
Home |
Main Index |
Thread Index |
Old Index