summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/libsoup/Makefile2
-rw-r--r--devel/libsoup/files/patch-libsoup_tld-parser.py8
2 files changed, 10 insertions, 0 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile
index 16e71c54f..cc7d50b6c 100644
--- a/devel/libsoup/Makefile
+++ b/devel/libsoup/Makefile
@@ -26,6 +26,8 @@ USE_SQLITE= 3
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
+MAKE_JOBS_SAFE= yes
+USE_PYTHON_BUILD= -2.7
CONFIGURE_ARGS= --disable-more-warnings
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/devel/libsoup/files/patch-libsoup_tld-parser.py b/devel/libsoup/files/patch-libsoup_tld-parser.py
new file mode 100644
index 000000000..5c2724dd1
--- /dev/null
+++ b/devel/libsoup/files/patch-libsoup_tld-parser.py
@@ -0,0 +1,8 @@
+--- libsoup/tld-parser.py.orig 2013-05-12 13:59:58.000000000 +0000
++++ libsoup/tld-parser.py 2013-05-12 14:00:36.000000000 +0000
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python2
+
+ # Generate tld rules
+ # Copyright (C) 2012 Red Hat, Inc.