pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wm/golem
Module Name: pkgsrc
Committed By: nia
Date: Wed Oct 2 06:56:56 UTC 2024
Modified Files:
pkgsrc/wm/golem: Makefile
Log Message:
golem: not MAKE_JOBS_SAFE, define LICENSE
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/wm/golem/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/wm/golem/Makefile
diff -u pkgsrc/wm/golem/Makefile:1.37 pkgsrc/wm/golem/Makefile:1.38
--- pkgsrc/wm/golem/Makefile:1.37 Fri Mar 20 11:58:33 2020
+++ pkgsrc/wm/golem/Makefile Wed Oct 2 06:56:56 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2020/03/20 11:58:33 nia Exp $
+# $NetBSD: Makefile,v 1.38 2024/10/02 06:56:56 nia Exp $
#
DISTNAME= golem-0.0.5
@@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://golem.sourceforge.net/
COMMENT= Fast and lightweight yet customizable window manager
+LICENSE= modified-bsd
USE_TOOLS+= gmake yacc lex
GNU_CONFIGURE= YES
@@ -16,6 +17,10 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-i18n
CONFIGURE_ARGS+= --disable-sound
+# Issues with animtab.h generation - make thinks the header file is
+# ready before it's ready.
+MAKE_JOBS_SAFE= no
+
.include "../../mk/bsd.prefs.mk"
.if ${X11_TYPE} != "native" || exists(${X11BASE}/include/X11/extensions/Xinerama.h)
Home |
Main Index |
Thread Index |
Old Index