diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2011-12-02 13:06:26 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2011-12-02 13:06:26 +0000 |
commit | 09e6822b63c4d91971eaf159dfb61ce060e146b1 (patch) | |
tree | bf5170d2ce2db816082011460a55e524a145d0f5 /net-mgmt/net-snmp/files/patch-ltmain.sh | |
parent | Fix Ctrl-O in xterm: FreeBSD xterm does not define "ti" and "te" but mc (diff) |
- Fix libtool typo in ltmain.sh
- Fix linking issue with libnetsnmpmibs.so and libperl.so
- Bump PORTREVISION
PR: ports/163005
Submitted by: William Elasio Moreno Albarracin <wmoreno3@yahoo.com>
Approved by: maintainer (implicit)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=286761
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, 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 |