mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
sync WANTLIB
drop COMPILER_LANGS, although there's only C code in this, it uses c++ to link, and pulls in C++ standard libraries, so needs the proper lib dep
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
COMMENT= BBS terminal program
|
||||
|
||||
DISTNAME= syncterm-1.6
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= comms net
|
||||
|
||||
@@ -9,12 +10,13 @@ HOMEPAGE= http://syncterm.bbsdev.net/
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
# C11
|
||||
# C11, but also it's linked using c++ as a linker driver
|
||||
COMPILER= base-clang ports-gcc
|
||||
COMPILER_LANGS= c
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} c curses m ossaudio pthread util
|
||||
|
||||
# sdl2 is dlopen()'d
|
||||
WANTLIB += SDL2 c curses m ossaudio pthread util
|
||||
WANTLIB += SDL2
|
||||
|
||||
SITES= ${SITE_SOURCEFORGE:=syncterm/}
|
||||
EXTRACT_SUFX= -src.tgz
|
||||
|
||||
Reference in New Issue
Block a user