pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/poedit



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon Jun  1 06:03:25 UTC 2020

Modified Files:
        pkgsrc/editors/poedit: Makefile

Log Message:
editors/poedit: remove unknown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/editors/poedit/Makefile

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

Modified files:

Index: pkgsrc/editors/poedit/Makefile
diff -u pkgsrc/editors/poedit/Makefile:1.95 pkgsrc/editors/poedit/Makefile:1.96
--- pkgsrc/editors/poedit/Makefile:1.95 Wed May  6 14:04:29 2020
+++ pkgsrc/editors/poedit/Makefile      Mon Jun  1 06:03:25 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.95 2020/05/06 14:04:29 adam Exp $
+# $NetBSD: Makefile,v 1.96 2020/06/01 06:03:25 rillig Exp $
 
 VERSION=       2.3
 DISTNAME=      poedit-${VERSION}
@@ -18,7 +18,8 @@ USE_PKGLOCALEDIR=     yes
 USE_TOOLS+=            gmake pkg-config zip:run
 GNU_CONFIGURE=         yes
 
-CONFIGURE_ARGS+=       --with-boost=${BUILDLINK_PREFIX.boost-libs}
+CONFIGURE_ARGS+=               --with-boost=${BUILDLINK_PREFIX.boost-libs}
+GNU_CONFIGURE_WX_VERSION=      no
 
 CXXFLAGS+=             -fpermissive
 BUILDLINK_TRANSFORM+=  rm:-Wall



Home | Main Index | Thread Index | Old Index