mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
db60f873fb
o Look for perl in the right place (patch-ah) o Add a typedef that ucd-snmp wants (patch-ag) o Install headers files with the right permissions Submitted by: <jack@germanium.xtalwind.net> PR: ports/13539 ---------------------------------------------------------------------- o Remove extraneous HAS_CONFIGURE introduced by nectar in rev1.19 o Use the PATCH_* framework and grab 012.patch from the authors.
12 lines
343 B
Plaintext
12 lines
343 B
Plaintext
--- snmplib/ucd-snmp-includes.h.orig Wed Jan 20 18:18:42 1999
|
|
+++ snmplib/ucd-snmp-includes.h Sat Aug 28 02:13:56 1999
|
|
@@ -4,7 +4,7 @@
|
|
#include <netinet/in.h>
|
|
|
|
/* uncomment if you don't have in_addr_t in netinet/in.h */
|
|
-/* typedef u_int in_addr_t; */
|
|
+typedef u_int in_addr_t;
|
|
|
|
#include <ucd-snmp/asn1.h>
|
|
#include <ucd-snmp/snmp_api.h>
|