From 8c46d27d7c51f4baa767397b0c2f8ce5aa21dc3e Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Tue, 29 Oct 2002 04:47:25 +0000 Subject: Unbreak build of sysutils/lcdproc PR: ports/44213 Submitted by: Sergei Kolobov --- sysutils/lcdproc/files/LCDd.sh.sample | 2 +- sysutils/lcdproc/files/patch-configure | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 sysutils/lcdproc/files/patch-configure (limited to 'sysutils/lcdproc/files') diff --git a/sysutils/lcdproc/files/LCDd.sh.sample b/sysutils/lcdproc/files/LCDd.sh.sample index 0dd134129a0d..70b56f17d172 100644 --- a/sysutils/lcdproc/files/LCDd.sh.sample +++ b/sysutils/lcdproc/files/LCDd.sh.sample @@ -2,7 +2,7 @@ case "$1" in start) - %%PREFIX%%/bin/LCDd -c %%PREFIX%%/etc/LCDd.conf + /usr/local/bin/LCDd -c /usr/local/etc/LCDd.conf echo -n " drm-kmod" ;; stop) diff --git a/sysutils/lcdproc/files/patch-configure b/sysutils/lcdproc/files/patch-configure new file mode 100644 index 000000000000..72052debadca --- /dev/null +++ b/sysutils/lcdproc/files/patch-configure @@ -0,0 +1,19 @@ +--- configure.orig Fri Oct 18 20:16:40 2002 ++++ configure Fri Oct 18 20:23:32 2002 +@@ -886,7 +886,7 @@ + if test $debug = "yes"; then + CFLAGS="-g -O" + else +- CFLAGS="-O3" ++ + fi + CFLAGS="-Wall $CFLAGS" + export CFLAGS +@@ -2902,6 +2902,7 @@ + + echo $ac_n "checking for your mounted filesystem table""... $ac_c" 1>&6 + echo "configure:2905: checking for your mounted filesystem table" >&5 ++ac_cv_mtab_file=/etc/fstab + if eval "test \"`echo '$''{'ac_cv_mtab_file'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else -- cgit v1.2.3