diff options
Diffstat (limited to 'net-mgmt/net-snmp/files/patch-ltmain.sh')
-rw-r--r-- | net-mgmt/net-snmp/files/patch-ltmain.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/net-snmp/files/patch-ltmain.sh b/net-mgmt/net-snmp/files/patch-ltmain.sh deleted file mode 100644 index 99dc29dc4729..000000000000 --- a/net-mgmt/net-snmp/files/patch-ltmain.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- ./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 |