pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/compiler



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Aug  8 13:33:39 UTC 2023

Modified Files:
        pkgsrc/mk/compiler: gcc.mk

Log Message:
gcc.mk: trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.260 -r1.261 pkgsrc/mk/compiler/gcc.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/compiler/gcc.mk
diff -u pkgsrc/mk/compiler/gcc.mk:1.260 pkgsrc/mk/compiler/gcc.mk:1.261
--- pkgsrc/mk/compiler/gcc.mk:1.260     Thu Aug  3 06:06:18 2023
+++ pkgsrc/mk/compiler/gcc.mk   Tue Aug  8 13:33:39 2023
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.260 2023/08/03 06:06:18 nia Exp $
+# $NetBSD: gcc.mk,v 1.261 2023/08/08 13:33:39 tnn Exp $
 #
 # This is the compiler definition for the GNU Compiler Collection.
 #
@@ -531,8 +531,8 @@ _GCC_CFLAGS+=               ${_STACK_CHECK_CFLAGS}
 .endif
 
 .if ${_PKGSRC_MKPIE} == "yes"
-_MKPIE_FCFLAGS=                -fPIC           
-.  if ${PKGSRC_OVERRIDE_MKPIE:tl} == "no"              
+_MKPIE_FCFLAGS=                -fPIC
+.  if ${PKGSRC_OVERRIDE_MKPIE:tl} == "no"
 _GCC_FCFLAGS+=         ${_MKPIE_FCFLAGS}
 .  endif
 .endif



Home | Main Index | Thread Index | Old Index