mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
libpcap now uses thread-local storage, so we need to use ports-gcc
on base-gcc arches Fixes the build on sparc64
This commit is contained in:
@@ -15,6 +15,10 @@ MAINTAINER= Stuart Henderson <stu.ports@spacehopper.org>
|
||||
# BSD
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
# Thread-local storage
|
||||
COMPILER= base-clang ports-gcc
|
||||
COMPILER_LANGS= c
|
||||
|
||||
MODULES= devel/cmake
|
||||
MODCMAKE_LDFLAGS= -Wl,-rpath,${TRUEPREFIX}/lib/libpcap
|
||||
CONFIGURE_ARGS= -DDISABLE_DBUS=On \
|
||||
|
||||
Reference in New Issue
Block a user