pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/wxGTK28-contrib



Module Name:    pkgsrc
Committed By:   joerg
Date:           Wed Mar 18 18:03:53 UTC 2020

Modified Files:
        pkgsrc/x11/wxGTK28-contrib: Makefile

Log Message:
Skip configure.in as configure is patched


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/x11/wxGTK28-contrib/Makefile

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

Modified files:

Index: pkgsrc/x11/wxGTK28-contrib/Makefile
diff -u pkgsrc/x11/wxGTK28-contrib/Makefile:1.42 pkgsrc/x11/wxGTK28-contrib/Makefile:1.43
--- pkgsrc/x11/wxGTK28-contrib/Makefile:1.42    Tue Mar 10 22:09:17 2020
+++ pkgsrc/x11/wxGTK28-contrib/Makefile Wed Mar 18 18:03:53 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2020/03/10 22:09:17 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2020/03/18 18:03:53 joerg Exp $
 
 .include "../../x11/wxGTK28/Makefile.common"
 
@@ -11,6 +11,9 @@ USE_TOOLS+=           gmake
 BUILD_DIRS=            build-non-unicode/contrib/src \
                        build-unicode/contrib/src
 
+# We patch configure
+CHECK_PORTABILITY_SKIP+=       configure.in
+
 INSTALL_TARGET=                install
 
 BUILDLINK_DEPMETHOD.libXt?=    build



Home | Main Index | Thread Index | Old Index