From b10aaa95caf97f1bcd46b1d171cf57df61d028a5 Mon Sep 17 00:00:00 2001 From: Gleb Popov Date: Fri, 27 Jun 2025 11:02:05 +0300 Subject: [PATCH] x11-toolkits/gtkd: Skip building demos that aren't even installed Approved by: acm Pull Request: https://github.com/freebsd/freebsd-ports/pull/414 --- x11-toolkits/gtkd/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11-toolkits/gtkd/Makefile b/x11-toolkits/gtkd/Makefile index 90c3db9466b8..613df9034804 100644 --- a/x11-toolkits/gtkd/Makefile +++ b/x11-toolkits/gtkd/Makefile @@ -17,6 +17,8 @@ BUILD_DEPENDS= ldc2:lang/ldc USES= gmake zip WRKSRC= ${WRKDIR} MAKEFILE= GNUmakefile +# avoid building demos +ALL_TARGET= libs shared-libs SSP_UNSAFE= ldc2 does not support -fstack-protector-strong