rofi's uses of static needs a newer compiler than base-gcc
Fix buid on sparc64 by switching to base-clang ports-gcc
This commit is contained in:
parent
37b658d6ff
commit
bce205934b
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.35 2021/08/30 07:06:59 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.36 2022/01/17 15:32:53 kmos Exp $
|
||||
|
||||
COMMENT = window switcher, run dialog and dmenu replacement
|
||||
|
||||
@ -15,6 +15,9 @@ PERMIT_PACKAGE = Yes
|
||||
|
||||
MASTER_SITES = ${HOMEPAGE}/releases/download/${V}/
|
||||
|
||||
COMPILER = base-clang ports-gcc
|
||||
COMPILER_LANGS = c
|
||||
|
||||
WANTLIB += c cairo gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
|
||||
WANTLIB += gobject-2.0 harfbuzz intl m pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pthread startup-notification-1 xcb xcb-ewmh xcb-icccm
|
||||
|
Loading…
x
Reference in New Issue
Block a user