svn commit: r382325 - head/net-p2p/tribler

John Marino marino at FreeBSD.org
Thu Mar 26 15:27:02 UTC 2015


Author: marino
Date: Thu Mar 26 15:27:01 2015
New Revision: 382325
URL: https://svnweb.freebsd.org/changeset/ports/382325
QAT: https://qat.redports.org/buildarchive/r382325/

Log:
  net-p2p/tribler: Add DragonFly support
  
  Bring in fix from dports (port is not maintained)

Modified:
  head/net-p2p/tribler/Makefile

Modified: head/net-p2p/tribler/Makefile
==============================================================================
--- head/net-p2p/tribler/Makefile	Thu Mar 26 14:54:20 2015	(r382324)
+++ head/net-p2p/tribler/Makefile	Thu Mar 26 15:27:01 2015	(r382325)
@@ -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
 


More information about the svn-ports-head mailing list