pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/ham/gnuradio-doxygen



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Dec 13 10:56:38 UTC 2021

Modified Files:
        pkgsrc/ham/gnuradio-doxygen: Makefile

Log Message:
gnuradio-doxygen: put back MAKE_JOBS_SAFE=no


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/ham/gnuradio-doxygen/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/ham/gnuradio-doxygen/Makefile
diff -u pkgsrc/ham/gnuradio-doxygen/Makefile:1.48 pkgsrc/ham/gnuradio-doxygen/Makefile:1.49
--- pkgsrc/ham/gnuradio-doxygen/Makefile:1.48   Sat Dec 11 14:57:50 2021
+++ pkgsrc/ham/gnuradio-doxygen/Makefile        Mon Dec 13 10:56:38 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2021/12/11 14:57:50 tnn Exp $
+# $NetBSD: Makefile,v 1.49 2021/12/13 10:56:38 tnn Exp $
 
 PKGNAME=       gnuradio-doxygen-${VERSION}
 COMMENT=       Doxygen documentation of GNU Radio
@@ -17,4 +17,6 @@ DEPENDS+=     tex-newunicodechar-[0-9]*:../.
 CMAKE_ARGS+=   -DENABLE_DEFAULT=OFF
 CMAKE_ARGS+=   -DENABLE_DOXYGEN=ON
 
+MAKE_JOBS_SAFE=        no
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index