aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2012-04-10 20:28:09 +0000
committerFlorian Smeets <flo@FreeBSD.org>2012-04-10 20:28:09 +0000
commit8927670cacd2971a6109ce246e8da7d2b2e0ab1b (patch)
treea7000d78316445c81b9430f1c4ac32d49f340392 /net
parent3b32f055c4de89f0396e494a355a62290f5a0925 (diff)
downloadports-8927670cacd2971a6109ce246e8da7d2b2e0ab1b.tar.gz
ports-8927670cacd2971a6109ce246e8da7d2b2e0ab1b.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/asterisk/files/patch-main__asterisk.exports.in11
-rw-r--r--net/asterisk10/files/patch-main__asterisk.exports.in11
2 files changed, 22 insertions, 0 deletions
diff --git a/net/asterisk/files/patch-main__asterisk.exports.in b/net/asterisk/files/patch-main__asterisk.exports.in
new file mode 100644
index 000000000000..5e3ee4778877
--- /dev/null
+++ b/net/asterisk/files/patch-main__asterisk.exports.in
@@ -0,0 +1,11 @@
+--- main/asterisk.exports.in.orig 2012-04-10 21:41:26.211743996 +0200
++++ main/asterisk.exports.in 2012-04-10 21:41:49.229621831 +0200
+@@ -44,6 +44,8 @@
+ LINKER_SYMBOL_PREFIXres_srtp;
+ LINKER_SYMBOL_PREFIXres_srtp_policy;
+ LINKER_SYMBOL_PREFIXsecure_call_info;
++ LINKER_SYMBOL_PREFIX__progname;
++ LINKER_SYMBOL_PREFIXenviron;
+ local:
+ *;
+ };
diff --git a/net/asterisk10/files/patch-main__asterisk.exports.in b/net/asterisk10/files/patch-main__asterisk.exports.in
new file mode 100644
index 000000000000..438dd1034eca
--- /dev/null
+++ b/net/asterisk10/files/patch-main__asterisk.exports.in
@@ -0,0 +1,11 @@
+--- main/asterisk.exports.in.orig 2012-04-10 21:44:03.532803004 +0200
++++ main/asterisk.exports.in 2012-04-10 21:44:41.134621539 +0200
+@@ -44,6 +44,8 @@
+ LINKER_SYMBOL_PREFIXres_srtp;
+ LINKER_SYMBOL_PREFIXres_srtp_policy;
+ LINKER_SYMBOL_PREFIXsecure_call_info;
++ LINKER_SYMBOL_PREFIX__progname;
++ LINKER_SYMBOL_PREFIXenviron;
+ local:
+ *;
+ };