diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
commit | 39a5b78f8797ded2c50107a77794cd671dff707f (patch) | |
tree | 39f650e2e85c255908675444e0ce32d9639f251f /net/xipdump/files/patch-configure | |
parent | Remove non staged ports without pending PR from net-im and net-mgmt (diff) |
Remove non staged ports without pending PR from net-p2p, net and news
Notes
Notes:
svn path=/head/; revision=366967
Diffstat (limited to 'net/xipdump/files/patch-configure')
-rw-r--r-- | net/xipdump/files/patch-configure | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/net/xipdump/files/patch-configure b/net/xipdump/files/patch-configure deleted file mode 100644 index 735ad1231d2b..000000000000 --- a/net/xipdump/files/patch-configure +++ /dev/null @@ -1,52 +0,0 @@ ---- configure.orig Wed Dec 22 09:51:48 1999 -+++ configure -@@ -1360,8 +1360,10 @@ - LDFLAGS="$LDFLAGS -L$PCAP_LIBPATH" - fi - -+if false -+then - echo $ac_n "checking for local libnet library""... $ac_c" 1>&6 - echo "configure:1365: checking for local libnet library" >&5 - libnet=FAIL - lastdir=FAIL - places=`ls .. | sed -e 's,/$,,' -e 's,^,../,' | \ -@@ -1389,18 +1391,7 @@ - then - LDFLAGS="$LDFLAGS -L$LIBNET_LIBPATH" - fi -- --if test "x$ac_cv_c_bigendian" = "xyes"; then -- cat >> confdefs.h <<\EOF --#define LIBNET_BIG_ENDIAN 1 --EOF -- --else -- cat >> confdefs.h <<\EOF --#define LIBNET_LIL_ENDIAN 1 --EOF -- - fi -- -+ - for ac_func in gethostbyname getservbyname - do -@@ -1877,6 +1868,18 @@ - fi - - -+if test "x$ac_cv_c_bigendian" = "xyes"; then -+ cat >> confdefs.h <<\EOF -+#define LIBNET_BIG_ENDIAN 1 -+EOF -+ -+else -+ cat >> confdefs.h <<\EOF -+#define LIBNET_LIL_ENDIAN 1 -+EOF -+ -+fi -+ - - for ac_func in bzero bcopy bcmp strdup qsort snprintf usleep strerror strtol strtoul dlopen scandir - do |