pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/cairomm



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue Apr 30 15:36:15 UTC 2019

Modified Files:
        pkgsrc/graphics/cairomm: Makefile

Log Message:
graphics/cairomm: remove unknown configure option --disable-docs

The option is named --disable-documentation. Since the documentation is
already in the PLIST and nobody complained about that, it's probably ok.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/graphics/cairomm/Makefile

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

Modified files:

Index: pkgsrc/graphics/cairomm/Makefile
diff -u pkgsrc/graphics/cairomm/Makefile:1.42 pkgsrc/graphics/cairomm/Makefile:1.43
--- pkgsrc/graphics/cairomm/Makefile:1.42       Wed Nov 14 22:21:35 2018
+++ pkgsrc/graphics/cairomm/Makefile    Tue Apr 30 15:36:15 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2018/11/14 22:21:35 kleink Exp $
+# $NetBSD: Makefile,v 1.43 2019/04/30 15:36:15 rillig Exp $
 
 DISTNAME=      cairomm-1.12.2
 PKGREVISION=   3
@@ -33,8 +33,6 @@ PKGCONFIG_OVERRIDE+=  data/cairomm-win32-
 PKGCONFIG_OVERRIDE+=   data/cairomm-xlib-1.0.pc.in
 PKGCONFIG_OVERRIDE+=   data/cairomm-xlib-xrender-1.0.pc.in
 
-CONFIGURE_ARGS+=       --disable-docs
-
 PLIST_VARS+=   x11 quartz
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index