Fix inttypes on SunOS. Patch from Sebastian Wiedenroth.
This commit is contained in:
parent
08fc3605d1
commit
1c2e939acc
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.10 2013/02/06 19:31:04 jperkin Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2013/12/10 14:07:44 jperkin Exp $
|
||||
#
|
||||
|
||||
DISTNAME= NeTraMet44
|
||||
|
@ -21,6 +21,8 @@ INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX}
|
|||
|
||||
.include "../../net/libpcap/buildlink3.mk"
|
||||
|
||||
CFLAGS.SunOS+= -Du_int64_t=uint64_t
|
||||
|
||||
post-patch:
|
||||
for i in `${FIND} ${WRKSRC} -name Makefile.in -print`; do \
|
||||
${SED} "s,CFLAGS=,CFLAGS+=,g" $$i > $$i.done; \
|
||||
|
|
Loading…
Reference in a new issue