Sun Feb 16 01:36:31 2014 UTC ()
define u_int64_t on SunOS


(wiedi)
diff -r1.30 -r1.31 pkgsrc/x11/matchbox-panel/Makefile

cvs diff -r1.30 -r1.31 pkgsrc/x11/matchbox-panel/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/matchbox-panel/Makefile 2013/06/06 12:55:20 1.30
+++ pkgsrc/x11/matchbox-panel/Makefile 2014/02/16 01:36:31 1.31
@@ -1,36 +1,38 @@ @@ -1,36 +1,38 @@
1# $NetBSD: Makefile,v 1.30 2013/06/06 12:55:20 wiz Exp $ 1# $NetBSD: Makefile,v 1.31 2014/02/16 01:36:31 wiedi Exp $
2# 2#
3 3
4DISTNAME= matchbox-panel-0.9.2 4DISTNAME= matchbox-panel-0.9.2
5PKGREVISION= 12 5PKGREVISION= 12
6CATEGORIES= x11 6CATEGORIES= x11
7MASTER_SITES= http://matchbox-project.org/sources/matchbox-panel/0.9/ 7MASTER_SITES= http://matchbox-project.org/sources/matchbox-panel/0.9/
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://matchbox-project.org/ 11HOMEPAGE= http://matchbox-project.org/
12COMMENT= Panel for Matchbox 12COMMENT= Panel for Matchbox
13 13
14BROKEN_GETTEXT_DETECTION= yes 14BROKEN_GETTEXT_DETECTION= yes
15 15
16USE_TOOLS+= gmake msgfmt pkg-config 16USE_TOOLS+= gmake msgfmt pkg-config
17USE_PKGLOCALEDIR= yes 17USE_PKGLOCALEDIR= yes
18GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
19 19
20CONFIGURE_ARGS+= --enable-small-icons 20CONFIGURE_ARGS+= --enable-small-icons
21CONFIGURE_ARGS+= --enable-startup-notification 21CONFIGURE_ARGS+= --enable-startup-notification
22CONFIGURE_ARGS+= --enable-nls 22CONFIGURE_ARGS+= --enable-nls
23 23
 24CFLAGS.SunOS+= -Du_int64_t=uint64_t
 25
24.include "../../mk/bsd.prefs.mk" 26.include "../../mk/bsd.prefs.mk"
25 27
26PLIST_VARS= apm 28PLIST_VARS= apm
27.if ${OPSYS} == "DragonFly" || \ 29.if ${OPSYS} == "DragonFly" || \
28 ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "x86_64" 30 ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "x86_64"
29# Nada 31# Nada
30.else 32.else
31PLIST.apm= yes 33PLIST.apm= yes
32.endif 34.endif
33 35
34.include "../../devel/gettext-lib/buildlink3.mk" 36.include "../../devel/gettext-lib/buildlink3.mk"
35.include "../../devel/libmatchbox/buildlink3.mk" 37.include "../../devel/libmatchbox/buildlink3.mk"
36.include "../../sysutils/desktop-file-utils/desktopdb.mk" 38.include "../../sysutils/desktop-file-utils/desktopdb.mk"