pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/wkhtmltopdf



Module Name:    pkgsrc
Committed By:   manu
Date:           Mon Jan 23 13:03:18 UTC 2023

Modified Files:
        pkgsrc/converters/wkhtmltopdf: Makefile

Log Message:
Remove useless CXXFLAGS I just added by mistake


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/converters/wkhtmltopdf/Makefile

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

Modified files:

Index: pkgsrc/converters/wkhtmltopdf/Makefile
diff -u pkgsrc/converters/wkhtmltopdf/Makefile:1.15 pkgsrc/converters/wkhtmltopdf/Makefile:1.16
--- pkgsrc/converters/wkhtmltopdf/Makefile:1.15 Fri Jan 20 16:26:56 2023
+++ pkgsrc/converters/wkhtmltopdf/Makefile      Mon Jan 23 13:03:18 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2023/01/20 16:26:56 manu Exp $
+# $NetBSD: Makefile,v 1.16 2023/01/23 13:03:18 manu Exp $
 
 DISTNAME=      wkhtmltox-0.12.4
 PKGNAME=       wkhtmltopdf-0.12.4
@@ -20,7 +20,6 @@ PYTHON_VERSIONS_ACCEPTED=     27
 
 BUILDLINK_TRANSFORM+=  opt:-std=gnu++11:-std=gnu++98 
 CXXFLAGS+=     -std=gnu++98
-CXXFLAHS+=     {COMPILER_RPATH_FLAG}${X11BASE}/lib
 
 SUBST_CLASSES+=                x11
 SUBST_MESSAGE.x11=     Fixing x11 options.



Home | Main Index | Thread Index | Old Index