diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2025-06-27 11:02:05 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2025-07-03 10:34:27 +0300 |
commit | b10aaa95caf97f1bcd46b1d171cf57df61d028a5 (patch) | |
tree | c8109b6bc313952ea2ba914b55d81d9ac4b9fd74 | |
parent | devel/dub: Update to 1.40.0 (diff) |
x11-toolkits/gtkd: Skip building demos that aren't even installed
Approved by: acm
Pull Request: https://github.com/freebsd/freebsd-ports/pull/414
-rw-r--r-- | x11-toolkits/gtkd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |