Index | Thread | Search

From:
Claudio Jeker <cjeker@diehard.n-r-g.com>
Subject:
gssdp needs ports-gcc
To:
Antoine Jacoutot <ajacoutot@openbsd.org>
Cc:
ports@openbsd.org
Date:
Mon, 17 Nov 2025 14:52:59 +0100

Download raw body.

Thread
  • Claudio Jeker:

    gssdp needs ports-gcc

Another port using -std=gnu11 which needs ports-gcc

I think this time the order is right :)
-- 
:wq Claudio

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/gssdp/Makefile,v
diff -u -p -r1.59 Makefile
--- Makefile	29 Jun 2025 07:37:02 -0000	1.59
+++ Makefile	17 Nov 2025 13:49:17 -0000
@@ -12,6 +12,10 @@ MAINTAINER=		Antoine Jacoutot <ajacoutot
 # LGPLv2
 PERMIT_PACKAGE=	Yes
 
+# -std=gnu11
+COMPILER=		base-clang ports-gcc
+COMPILER_LANGS=		c
+
 WANTLIB += c gio-2.0 glib-2.0 gobject-2.0 gtk-4 intl soup-3.0
 
 MODULES=		devel/meson \