aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp/files/patch-ltmain.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/net-snmp/files/patch-ltmain.sh')
-rw-r--r--net-mgmt/net-snmp/files/patch-ltmain.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp/files/patch-ltmain.sh b/net-mgmt/net-snmp/files/patch-ltmain.sh
new file mode 100644
index 000000000000..99dc29dc4729
--- /dev/null
+++ b/net-mgmt/net-snmp/files/patch-ltmain.sh
@@ -0,0 +1,11 @@
+--- ./ltmain.sh.orig 2011-12-02 07:35:01.000000000 -0500
++++ ./ltmain.sh 2011-12-02 07:35:23.000000000 -0500
+@@ -8051,7 +8051,7 @@
+ elif test -n "$runpath_var"; then
+ case "$perm_rpath " in
+ *" $libdir "*) ;;
+- *) func_apped perm_rpath " $libdir" ;;
++ *) func_append perm_rpath " $libdir" ;;
+ esac
+ fi
+ done