diff options
author | flo <flo@FreeBSD.org> | 2012-04-10 20:28:09 +0000 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2012-04-10 20:28:09 +0000 |
commit | 1156b7a18ec821a02a9ca46f86cd39f3525c6470 (patch) | |
tree | c0d67b4b79efc8d9c291dc3c6bac426c896da8da | |
parent | fc6136972a6ec5490c130e57ff7f9261efa87282 (diff) | |
download | FreeBSD-ports-1156b7a18ec821a02a9ca46f86cd39f3525c6470.zip FreeBSD-ports-1156b7a18ec821a02a9ca46f86cd39f3525c6470.tar.gz |
- fix build with gcc46 and clang
-rw-r--r-- | net/asterisk/files/patch-main__asterisk.exports.in | 11 | ||||
-rw-r--r-- | net/asterisk10/files/patch-main__asterisk.exports.in | 11 |
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 0000000..5e3ee47 --- /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 0000000..438dd10 --- /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: + *; + }; |