View | Details | Raw Unified | Return to bug 44213
Collapse All | Expand All

(-)/home/sgk/ports/sysutils/lcdproc/Makefile (-5 / +1 lines)
Lines 21-31 Link Here
21
MAN8=		LCDd.8
21
MAN8=		LCDd.8
22
22
23
pre-patch:
23
pre-patch:
24
	@${CP} ${WRKSRC}/configure ${WRKSRC}/configure.orig
24
	@${SED} -e 's|%%PREFIX%%|${PREFIX}|g' ${FILESDIR}/LCDd.sh.sample \
25
	@${SED} -e 's|CFLAGS=\"-O3\"||' ${WRKSRC}/configure.orig \
26
		> ${WRKSRC}/configure
27
	@${CP} ${FILESDIR}/LCDd.sh.sample ${WRKSRC}/LCDd.sh.sample.orig
28
	@${SED} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/LCDd.sh.sample.orig \
29
		> ${WRKSRC}/LCDd.sh.sample
25
		> ${WRKSRC}/LCDd.sh.sample
30
26
31
post-install:
27
post-install:
(-)/home/sgk/ports/sysutils/lcdproc/files/patch-configure (+19 lines)
Line 0 Link Here
1
--- configure.orig	Fri Oct 18 20:16:40 2002
2
+++ configure	Fri Oct 18 20:23:32 2002
3
@@ -886,7 +886,7 @@
4
 if test $debug = "yes"; then
5
 	CFLAGS="-g -O"
6
 else
7
-	CFLAGS="-O3"
8
+	
9
 fi
10
 CFLAGS="-Wall $CFLAGS"
11
 export CFLAGS
12
@@ -2902,6 +2902,7 @@
13
 
14
 	echo $ac_n "checking for your mounted filesystem table""... $ac_c" 1>&6
15
 echo "configure:2905: checking for your mounted filesystem table" >&5
16
+ac_cv_mtab_file=/etc/fstab
17
 if eval "test \"`echo '$''{'ac_cv_mtab_file'+set}'`\" = set"; then
18
   echo $ac_n "(cached) $ac_c" 1>&6
19
 else

Return to bug 44213