diff options
author | John Marino <marino@FreeBSD.org> | 2015-11-13 00:04:37 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-11-13 00:04:37 +0000 |
commit | 8f3687f167eaeed875f36999b19af5a804f9f26c (patch) | |
tree | 747cc7efa952300d7cc5816301e8d72e5486db84 /net/wmnetmon/files/patch-configure | |
parent | devel/fb-adb: unbreak build on DragonFly (diff) |
net/wmnetmon: Expand patches fix malloc.h-less DF
While here, regenerate all the patches to put them in unified format.
Wow, that old diff format is unreadable.
Notes
Notes:
svn path=/head/; revision=401469
Diffstat (limited to 'net/wmnetmon/files/patch-configure')
-rw-r--r-- | net/wmnetmon/files/patch-configure | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/net/wmnetmon/files/patch-configure b/net/wmnetmon/files/patch-configure index b1b401a12fea..37da2415d55d 100644 --- a/net/wmnetmon/files/patch-configure +++ b/net/wmnetmon/files/patch-configure @@ -1,19 +1,11 @@ -*** configure.orig Sun Apr 1 15:17:16 2001 ---- configure Sun Apr 1 15:17:24 2001 -*************** -*** 1605,1611 **** - - fi - -! for ac_hdr in fcntl.h malloc.h sys/file.h sys/time.h unistd.h sys/types.h ctype.h X11/Xlib.h X11/xpm.h - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 ---- 1605,1611 ---- - - fi - -! for ac_hdr in fcntl.h stdlib.h sys/file.h sys/time.h unistd.h sys/types.h ctype.h X11/Xlib.h X11/xpm.h - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 +--- configure.orig 1999-07-23 14:07:40 UTC ++++ configure +@@ -1605,7 +1605,7 @@ EOF + + fi + +-for ac_hdr in fcntl.h malloc.h sys/file.h sys/time.h unistd.h sys/types.h ctype.h X11/Xlib.h X11/xpm.h ++for ac_hdr in fcntl.h stdlib.h sys/file.h sys/time.h unistd.h sys/types.h ctype.h X11/Xlib.h X11/xpm.h + do + ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |