pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libgphoto2



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Jan  1 12:57:21 UTC 2025

Modified Files:
        pkgsrc/devel/libgphoto2: Makefile

Log Message:
devel/libgphoto2: Disable doxygen really

* Disable documentation generation by doxygen.
* And doxygen gets segfault during build.


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/devel/libgphoto2/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/libgphoto2/Makefile
diff -u pkgsrc/devel/libgphoto2/Makefile:1.88 pkgsrc/devel/libgphoto2/Makefile:1.89
--- pkgsrc/devel/libgphoto2/Makefile:1.88       Thu Nov 14 22:19:31 2024
+++ pkgsrc/devel/libgphoto2/Makefile    Wed Jan  1 12:57:21 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2024/11/14 22:19:31 wiz Exp $
+# $NetBSD: Makefile,v 1.89 2025/01/01 12:57:21 ryoon Exp $
 
 DISTNAME=      libgphoto2-2.5.31
 PKGREVISION=   3
@@ -18,6 +18,7 @@ USE_PKGLOCALEDIR=     yes
 USE_TOOLS+=            pkg-config
 GNU_CONFIGURE=         yes
 CONFIGURE_ENV+=                DOXYGEN=
+CONFIGURE_ARGS+=       ac_cv_path_DOXYGEN=no
 CONFIGURE_ARGS+=       --with-gdlib=no
 # Build very old camera libraries (outdated set)
 CONFIGURE_ARGS+=       --with-camlibs=standard,outdated



Home | Main Index | Thread Index | Old Index