pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/dumb
Module Name: pkgsrc
Committed By: nia
Date: Mon Mar 23 13:08:19 UTC 2026
Modified Files:
pkgsrc/audio/dumb: Makefile
Log Message:
dumb: Fix building on SunOS w/ recent gcc
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/dumb/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/dumb/Makefile
diff -u pkgsrc/audio/dumb/Makefile:1.3 pkgsrc/audio/dumb/Makefile:1.4
--- pkgsrc/audio/dumb/Makefile:1.3 Wed Aug 20 11:34:45 2025
+++ pkgsrc/audio/dumb/Makefile Mon Mar 23 13:08:18 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2025/08/20 11:34:45 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2026/03/23 13:08:18 nia Exp $
DISTNAME= dumb-2.0.3
CATEGORIES= audio
@@ -11,6 +11,8 @@ LICENSE= zlib
USE_CMAKE= yes
+CFLAGS.SunOS+= -Dalloca=__builtin_alloca
+
CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED_LIBS=ON
CMAKE_CONFIGURE_ARGS+= -DBUILD_ALLEGRO4=OFF
CMAKE_CONFIGURE_ARGS+= -DBUILD_EXAMPLES=OFF
Home |
Main Index |
Thread Index |
Old Index