pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libnet



Module Name:    pkgsrc
Committed By:   khorben
Date:           Wed Jul 21 22:25:54 UTC 2021

Modified Files:
        pkgsrc/devel/libnet: Makefile

Log Message:
libnet: fix building when doxygen is available

This change always disables generating the documentation, even when
doxygen is detected. This fixes the build in this case, since the PLIST
assumes the documentation is not generated.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/libnet/Makefile

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

Modified files:

Index: pkgsrc/devel/libnet/Makefile
diff -u pkgsrc/devel/libnet/Makefile:1.33 pkgsrc/devel/libnet/Makefile:1.34
--- pkgsrc/devel/libnet/Makefile:1.33   Tue Jan 26 11:20:17 2021
+++ pkgsrc/devel/libnet/Makefile        Wed Jul 21 22:25:54 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2021/01/26 11:20:17 jperkin Exp $
+# $NetBSD: Makefile,v 1.34 2021/07/21 22:25:54 khorben Exp $
 
 DISTNAME=      libnet-1.2
 CATEGORIES=    devel net
@@ -13,4 +13,6 @@ LICENSE=      2-clause-bsd
 USE_LIBTOOL=   yes
 GNU_CONFIGURE= yes
 
+CONFIGURE_ARGS+=--disable-doxygen-doc
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index