aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2013-07-24 05:39:06 +0800
committerade <ade@FreeBSD.org>2013-07-24 05:39:06 +0800
commite46a575be9f48de0785ab3c369ce43e51ee3a3f8 (patch)
treeeca59aa247560507b3c1df743ab2f2cd7a219d5c /net
parentb0e15da0477765f09ee7a50790e926374d4e468d (diff)
downloadfreebsd-ports-gnome-e46a575be9f48de0785ab3c369ce43e51ee3a3f8.tar.gz
freebsd-ports-gnome-e46a575be9f48de0785ab3c369ce43e51ee3a3f8.tar.zst
freebsd-ports-gnome-e46a575be9f48de0785ab3c369ce43e51ee3a3f8.zip
Hack around fallout from recent update to automake-1.14
Diffstat (limited to 'net')
-rw-r--r--net/torsocks/Makefile1
-rw-r--r--net/torsocks/files/patch-Makefile.in9
2 files changed, 10 insertions, 0 deletions
diff --git a/net/torsocks/Makefile b/net/torsocks/Makefile
index ed0f5913cca0..c689ed1b9f42 100644
--- a/net/torsocks/Makefile
+++ b/net/torsocks/Makefile
@@ -101,6 +101,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|MAP_ANONYMOUS|MAP_ANON|' ${WRKSRC}/src/dead_pool.c
@${MV} ${WRKSRC}/doc/torsocks.conf ${WRKSRC}/doc/torsocks.conf.sample
@${MV} ${WRKSRC}/configure.in ${WRKSRC}/configure.ac
+ @${MKDIR} ${WRKSRC}/m4
post-install:
.if ${PORT_OPTIONS:MDOCS}
diff --git a/net/torsocks/files/patch-Makefile.in b/net/torsocks/files/patch-Makefile.in
new file mode 100644
index 000000000000..b5f00e646168
--- /dev/null
+++ b/net/torsocks/files/patch-Makefile.in
@@ -0,0 +1,9 @@
+--- Makefile.in.orig 2011-10-24 20:23:39.000000000 +0000
++++ Makefile.in 2013-07-23 21:02:35.000000000 +0000
+@@ -238,4 +238,4 @@
+ *$$dep*) \
+- echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
+- $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
++ echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --add-missing'; \
++ $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign --add-missing \
+ && exit 0; \