aboutsummaryrefslogtreecommitdiff
path: root/net/libnet
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-07-30 07:51:29 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-07-30 07:51:29 +0000
commit323b1a6867552d712d6df5cbdb18da02dde07b5e (patch)
tree0381c428b3f900295c997a9ba63fdcf21acc299d /net/libnet
parent32c57f94b6988ce83484d659acc1aa01b5040f56 (diff)
downloadports-323b1a6867552d712d6df5cbdb18da02dde07b5e.tar.gz
ports-323b1a6867552d712d6df5cbdb18da02dde07b5e.zip
Fix build on -current
PR: 54612 Submitted by: krion Approved by: fjoe (mentor) (implicit) Maintainer timeout: 8 days
Notes
Notes: svn path=/head/; revision=85900
Diffstat (limited to 'net/libnet')
-rw-r--r--net/libnet/files/patch-include::libnet.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/libnet/files/patch-include::libnet.h b/net/libnet/files/patch-include::libnet.h
new file mode 100644
index 000000000000..e33a86fa3ecc
--- /dev/null
+++ b/net/libnet/files/patch-include::libnet.h
@@ -0,0 +1,15 @@
+--- include/libnet.h.orig Fri Jul 18 15:11:05 2003
++++ include/libnet.h Fri Jul 18 15:12:16 2003
+@@ -84,9 +84,9 @@
+ #define LIBNET_VERSION "1.0.2a"
+
+ #if (!LIBNET_LIL_ENDIAN && !LIBNET_BIG_ENDIAN)
+-#error "byte order has not been specified, you'll
+-need to #define either LIBNET_LIL_ENDIAN or LIBNET_BIG_ENDIAN. See the
+-documentation regarding the libnet-config script."
++#error "byte order has not been specified, you'll"
++"need to #define either LIBNET_LIL_ENDIAN or LIBNET_BIG_ENDIAN. See the"
++"documentation regarding the libnet-config script."
+ #endif
+
+ #endif /* __LIBNET_H */