pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/bacula whitespace nit: use nesting spaces rat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d59a26014c2
branches:  trunk
changeset: 504362:8d59a26014c2
user:      tv <tv%pkgsrc.org@localhost>
date:      Fri Dec 09 19:34:36 2005 +0000

description:
whitespace nit: use nesting spaces rather than doublespacing .-directives

diffstat:

 sysutils/bacula/hacks.mk |  14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)

diffs (28 lines):

diff -r 66f5e6f74229 -r 8d59a26014c2 sysutils/bacula/hacks.mk
--- a/sysutils/bacula/hacks.mk  Fri Dec 09 17:57:19 2005 +0000
+++ b/sysutils/bacula/hacks.mk  Fri Dec 09 19:34:36 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.2 2005/12/05 20:50:59 rillig Exp $
+# $NetBSD: hacks.mk,v 1.3 2005/12/09 19:34:36 tv Exp $
 
 .if !defined(BACULA_HACKS_MK)
 BACULA_HACKS_MK=       #defined
@@ -7,14 +7,10 @@
 ### with optimizations (-O2) turned on (causes segfaults).
 ###
 .if ${MACHINE_ARCH} == "amd64"
-
-.include "../../mk/compiler.mk"
-
-.if !empty(CC_VERSION:Mgcc-4.0*)
+.  include "../../mk/compiler.mk"
+.    if !empty(CC_VERSION:Mgcc-4.0*)
 PKG_HACKS+=            dontoptimze
 BUILDLINK_TRANSFORM+=  rm:-O[0-9]*
-.endif
-
+.    endif
+.  endif
 .endif
-
-.endif



Home | Main Index | Thread Index | Old Index