pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ocaml



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Feb 15 14:48:08 UTC 2020

Modified Files:
        pkgsrc/lang/ocaml: Makefile.common

Log Message:
lang/ocaml: remove unknown configure option --without-x


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/lang/ocaml/Makefile.common

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

Modified files:

Index: pkgsrc/lang/ocaml/Makefile.common
diff -u pkgsrc/lang/ocaml/Makefile.common:1.58 pkgsrc/lang/ocaml/Makefile.common:1.59
--- pkgsrc/lang/ocaml/Makefile.common:1.58      Tue Jan 14 19:53:35 2020
+++ pkgsrc/lang/ocaml/Makefile.common   Sat Feb 15 14:48:08 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.58 2020/01/14 19:53:35 jaapb Exp $
+# $NetBSD: Makefile.common,v 1.59 2020/02/15 14:48:08 rillig Exp $
 
 # used by x11/labltk/Makefile
 DISTNAME=      ocaml-4.09.0
@@ -21,7 +21,6 @@ GNU_CONFIGURE=                yes
 #CONFIGURE_ARGS+=      -with-pthread
 #CONFIGURE_ARGS+=      -host ${MACHINE_GNU_PLATFORM:Q}
 #CONFIGURE_ARGS+=      -mandir ${PREFIX}/lib/ocaml/${PKGMANDIR}
-CONFIGURE_ARGS+=       --without-x
 #CPPFLAGS+=            -DDB_DBM_HSEARCH
 
 #DISTINFO_FILE=        ${.CURDIR}/../../lang/ocaml/distinfo



Home | Main Index | Thread Index | Old Index