1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/net/p5-SNMP/files/patch-Makefile.PL
Jun Kuriyama 46b53beed9 Unbreak and upgrade to 3.1.0.
Use PERL_CONFIGURE and "make test" friendly.
2001-01-12 01:32:54 +00:00

12 lines
267 B
Perl

--- Makefile.PL Mon Jan 8 19:58:04 2001
+++ Makefile.PL.orig Sat Feb 5 08:09:39 2000
@@ -27,7 +27,7 @@
$snmp_link_lib = 'libsnmp';
$sep = '\\';
} else {
- $snmp_lib = 'libsnmp.a';
+ $snmp_lib = 'libsnmp.so';
$snmp_link_lib = 'snmp';
$sep = '/';
}