diff options
author | pav <pav@FreeBSD.org> | 2003-11-21 06:33:20 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-11-21 06:33:20 +0800 |
commit | 68930b200da61227bf379770e180d9cf50d92f9d (patch) | |
tree | 06b22d47e0324c8c140e08a14e121e8c18813294 /sysutils | |
parent | 3a860ed572e0d7c7f2eae02e23d4bf042e34d26e (diff) | |
download | freebsd-ports-gnome-68930b200da61227bf379770e180d9cf50d92f9d.tar.gz freebsd-ports-gnome-68930b200da61227bf379770e180d9cf50d92f9d.tar.zst freebsd-ports-gnome-68930b200da61227bf379770e180d9cf50d92f9d.zip |
- Fix build on 5.x
PR: ports/59521
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Approved by: adamw (mentor)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lcdproc/files/patch-configure | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/sysutils/lcdproc/files/patch-configure b/sysutils/lcdproc/files/patch-configure index 72052debadca..f87faff2a633 100644 --- a/sysutils/lcdproc/files/patch-configure +++ b/sysutils/lcdproc/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Fri Oct 18 20:16:40 2002 -+++ configure Fri Oct 18 20:23:32 2002 +--- configure.orig Thu May 30 07:20:57 2002 ++++ configure Thu Nov 20 16:11:23 2003 @@ -886,7 +886,7 @@ if test $debug = "yes"; then CFLAGS="-g -O" @@ -9,6 +9,15 @@ fi CFLAGS="-Wall $CFLAGS" export CFLAGS +@@ -1842,7 +1842,7 @@ + fi + + +-for ac_hdr in sched.h sys/sched.h machine/cpufunc.h sys/types.h machine/pio.h machine/sysarch.h sys/cpuvar.h ++for ac_hdr in sched.h machine/cpufunc.h sys/types.h machine/pio.h machine/sysarch.h sys/cpuvar.h + do + ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 @@ -2902,6 +2902,7 @@ echo $ac_n "checking for your mounted filesystem table""... $ac_c" 1>&6 |