diff options
author | krion <krion@FreeBSD.org> | 2003-07-30 15:51:29 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-07-30 15:51:29 +0800 |
commit | 97b092043d176ecf8069256a1bc356eeb354dd5b (patch) | |
tree | b4769b9aecc4495bdf8f996863e36a7e6f7d8277 /net | |
parent | da04127e76f3a5391647e63bcdee82e171a1487b (diff) | |
download | freebsd-ports-gnome-97b092043d176ecf8069256a1bc356eeb354dd5b.tar.gz freebsd-ports-gnome-97b092043d176ecf8069256a1bc356eeb354dd5b.tar.zst freebsd-ports-gnome-97b092043d176ecf8069256a1bc356eeb354dd5b.zip |
Fix build on -current
PR: 54612
Submitted by: krion
Approved by: fjoe (mentor) (implicit)
Maintainer timeout: 8 days
Diffstat (limited to 'net')
-rw-r--r-- | net/libnet/files/patch-include::libnet.h | 15 | ||||
-rw-r--r-- | net/libnet10/files/patch-include::libnet.h | 15 |
2 files changed, 30 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 */ diff --git a/net/libnet10/files/patch-include::libnet.h b/net/libnet10/files/patch-include::libnet.h new file mode 100644 index 000000000000..e33a86fa3ecc --- /dev/null +++ b/net/libnet10/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 */ |