pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/cue Add u_int8_t fix on SunOS
details: https://anonhg.NetBSD.org/pkgsrc/rev/f0d8eaabbcf3
branches: trunk
changeset: 629813:f0d8eaabbcf3
user: wiedi <wiedi%pkgsrc.org@localhost>
date: Mon Jan 27 22:04:45 2014 +0000
description:
Add u_int8_t fix on SunOS
diffstat:
mail/cue/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 0165d4dff6f9 -r f0d8eaabbcf3 mail/cue/Makefile
--- a/mail/cue/Makefile Mon Jan 27 21:51:03 2014 +0000
+++ b/mail/cue/Makefile Mon Jan 27 22:04:45 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2013/02/06 23:22:41 jperkin Exp $
+# $NetBSD: Makefile,v 1.66 2014/01/27 22:04:45 wiedi Exp $
DISTNAME= cue-snap-20100426
PKGNAME= ${DISTNAME:S/snap-//}
@@ -16,6 +16,8 @@
CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
INSTALLATION_DIRS+= bin share/doc/cue share/examples/cue
+CPPFLAGS.SunOS+= -Du_int8_t=uint8_t
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cue ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/sample.cuerc \
Home |
Main Index |
Thread Index |
Old Index