Fix sparc64 build by using ports-gcc not ports-clang
Error with ports-clang: /tmp/Editor-6a96be.s: Assembler messages: /tmp/Editor-6a96be.s:45266: Error: operation combines symbols in different segments [same error multiple times] clang-13: error: assembler command failed with exit code 1 (use -v to see invocation) OK kmos sthen
This commit is contained in:
parent
4c6cd567a0
commit
1d76ec1521
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2019/07/14 00:39:35 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2022/02/10 21:34:07 kn Exp $
|
||||
|
||||
COMMENT= source code editing component for GTK+
|
||||
|
||||
VERSION= 4.0.3
|
||||
REVISION= 0
|
||||
DISTNAME= scintilla${VERSION:S/.//g}
|
||||
PKGNAME= scintilla-${VERSION}
|
||||
CATEGORIES= editors x11
|
||||
@ -30,7 +31,7 @@ MAKE_ENV= CXX='${CXX}' CXXFLAGS='${CXXFLAGS}' \
|
||||
WANTLIB= m ${COMPILER_LIBCXX}
|
||||
|
||||
# -std=gnu++17
|
||||
COMPILER= base-clang ports-clang ports-gcc
|
||||
COMPILER= base-clang ports-gcc
|
||||
|
||||
# Not LIB_DEPENDS as it's only shared libraries that don't link directly
|
||||
# to gtk+3
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2017/11/01 17:01:23 jeremy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2022/02/10 21:34:07 kn Exp $
|
||||
include/scintilla/
|
||||
include/scintilla/ILexer.h
|
||||
include/scintilla/ILoader.h
|
||||
@ -7,7 +7,7 @@ include/scintilla/SciLexer.h
|
||||
include/scintilla/Sci_Position.h
|
||||
include/scintilla/Scintilla.h
|
||||
include/scintilla/ScintillaWidget.h
|
||||
lib/libscintilla.a
|
||||
@static-lib lib/libscintilla.a
|
||||
@lib lib/libscintilla.so.${LIBscintilla_VERSION}
|
||||
lib/libscintilla_lexers.a
|
||||
@static-lib lib/libscintilla_lexers.a
|
||||
@lib lib/libscintilla_lexers.so.${LIBscintilla_lexers_VERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user