From 279e0c1b3823df1f85bd24c8cede1c92360be493 Mon Sep 17 00:00:00 2001 From: lwhsu Date: Tue, 7 Apr 2009 12:20:35 +0000 Subject: - Add USE_GCC=4.3+ to fix building with boost 1.37 PR: ports/132900 Submitted by: amdmi3 --- net-p2p/deluge/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net-p2p/deluge') diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index ec5300de7fe5..2061303416b7 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -24,6 +24,7 @@ USE_BZIP2= yes USE_GETTEXT= yes USE_OPENSSL= yes USE_PYTHON= yes +USE_GCC= 4.3+ MAKE_ENV+= PYTHONPATH=${PYTHONPREFIX_SITELIBDIR} -- cgit