pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/llvm llvm: fix botch in previous commit



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6745c26901e8
branches:  trunk
changeset: 384413:6745c26901e8
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Thu Sep 01 01:36:42 2022 +0000

description:
llvm: fix botch in previous commit

diffstat:

 lang/llvm/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 38cd9c96e215 -r 6745c26901e8 lang/llvm/Makefile
--- a/lang/llvm/Makefile        Thu Sep 01 01:32:29 2022 +0000
+++ b/lang/llvm/Makefile        Thu Sep 01 01:36:42 2022 +0000
@@ -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 @@
 # 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