diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-26 15:27:01 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-26 15:27:01 +0000 |
commit | 973a44d9a8ce7f5967cb0781e7ce219c867c081e (patch) | |
tree | e3c018b2b91d8749f02ab55a61bd8ab1f190ad89 /net-p2p | |
parent | 7d0971ec286210dddb3c28e5f8d4aa13541bf429 (diff) | |
download | ports-973a44d9a8ce7f5967cb0781e7ce219c867c081e.tar.gz ports-973a44d9a8ce7f5967cb0781e7ce219c867c081e.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/tribler/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/tribler/Makefile b/net-p2p/tribler/Makefile index 8cd4e99c14f3..70d9b8c7a61a 100644 --- a/net-p2p/tribler/Makefile +++ b/net-p2p/tribler/Makefile @@ -43,6 +43,7 @@ USE_WX= 2.8+ WX_COMPS= python WX_UNICODE= yes +CFLAGS+= -D__STDC_LIMIT_MACROS=1 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |