diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-06-27 09:53:14 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-06-27 09:53:14 +0800 |
commit | cc439bdf9daa4a7b80a7cd74a9ef42130179bbd2 (patch) | |
tree | bf51dc5fa2a915643f2c8ad29bc2bd6716fca0ca /net/p5-SNMP/files | |
parent | 3d979ae126dd11a1c9f40bb6a41610e9ec0c9601 (diff) | |
download | freebsd-ports-gnome-cc439bdf9daa4a7b80a7cd74a9ef42130179bbd2.tar.gz freebsd-ports-gnome-cc439bdf9daa4a7b80a7cd74a9ef42130179bbd2.tar.zst freebsd-ports-gnome-cc439bdf9daa4a7b80a7cd74a9ef42130179bbd2.zip |
Import of a perl5 interface to UCD's SNMP library
Diffstat (limited to 'net/p5-SNMP/files')
-rw-r--r-- | net/p5-SNMP/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/p5-SNMP/files/patch-aa b/net/p5-SNMP/files/patch-aa new file mode 100644 index 000000000000..00b792963d07 --- /dev/null +++ b/net/p5-SNMP/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.PL.orig Mon May 5 21:23:30 1997 ++++ Makefile.PL Mon May 5 21:31:53 1997 +@@ -17,7 +17,7 @@ + my @IncludeFiles = qw[asn1.h parse.h snmp.h snmp_api.h + snmp_client.h snmp_impl.h]; + +-my @IncludeDirs = qw[/usr/include /usr/local/include]; ++my @IncludeDirs = qw[/usr/include /usr/local/include /usr/local/include/snmp]; + + my $IncludeDir = find_files(\@IncludeFiles,\@IncludeDirs) || + prompt("Where are the cmu-snmpv2 include files installed?","/usr/local/include"); |