diff options
author | wiedi <wiedi@pkgsrc.org> | 2014-02-16 01:36:31 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2014-02-16 01:36:31 +0000 |
commit | d59a42cb4e0abf06ad2d2cb526d4f143413a58fc (patch) | |
tree | 73820bdd170ccd0db948f57fcd986f9ef4796248 | |
parent | 97de57dc9cf0b5960c45af0c13bf2208301aafeb (diff) | |
download | pkgsrc-d59a42cb4e0abf06ad2d2cb526d4f143413a58fc.tar.gz |
define u_int64_t on SunOS
-rw-r--r-- | x11/matchbox-panel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/matchbox-panel/Makefile b/x11/matchbox-panel/Makefile index 1f47922fc69..1d2b3b10ae5 100644 --- a/x11/matchbox-panel/Makefile +++ b/x11/matchbox-panel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2013/06/06 12:55:20 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2014/02/16 01:36:31 wiedi Exp $ # DISTNAME= matchbox-panel-0.9.2 @@ -21,6 +21,8 @@ CONFIGURE_ARGS+= --enable-small-icons CONFIGURE_ARGS+= --enable-startup-notification CONFIGURE_ARGS+= --enable-nls +CFLAGS.SunOS+= -Du_int64_t=uint64_t + .include "../../mk/bsd.prefs.mk" PLIST_VARS= apm |