pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/llvm



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Sep  1 01:36:43 UTC 2022

Modified Files:
        pkgsrc/lang/llvm: Makefile

Log Message:
llvm: fix botch in previous commit


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/lang/llvm/Makefile

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

Modified files:

Index: pkgsrc/lang/llvm/Makefile
diff -u pkgsrc/lang/llvm/Makefile:1.80 pkgsrc/lang/llvm/Makefile:1.81
--- pkgsrc/lang/llvm/Makefile:1.80      Thu Sep  1 01:32:29 2022
+++ pkgsrc/lang/llvm/Makefile   Thu Sep  1 01:36:42 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2022/09/01 01:32:29 gutteridge Exp $
+# $NetBSD: Makefile,v 1.81 2022/09/01 01:36:42 gutteridge Exp $
 #
 # When updating this, please also update:
 # devel/include-what-you-use
@@ -123,7 +123,6 @@ CXXFLAGS+=  -mlongcall
 # the above-mentioned relocation truncation issue in newer GCC
 CFLAGS+=       -mno-pltseq
 CXXFLAGS+=     -mno-pltseq
-.    endif
 .  else # Not NetBSD
 # Let's just insist on newer gcc -- untested.
 CFLAGS+=       -mno-pltseq



Home | Main Index | Thread Index | Old Index