diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2012-10-13 01:07:32 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2012-10-13 01:07:32 +0000 |
commit | 5437390ccc10c1594062ef7985cb3d2df34b9603 (patch) | |
tree | 9c6fee9a76c0f4e2cd213c161128ed7aa63a2882 /net-mgmt/net-snmp/files/patch-ltmain.sh | |
parent | Update to 2.4.33. (diff) |
- Update to 5.7.2
- Convert to OptionsNG
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=305803
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 |