pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-lwt



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jul 27 08:01:30 UTC 2018

Modified Files:
        pkgsrc/devel/ocaml-lwt: Makefile

Log Message:
ocaml-lwt: SunOS needs -D_POSIX_PTHREAD_SEMANTICS.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/ocaml-lwt/Makefile

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

Modified files:

Index: pkgsrc/devel/ocaml-lwt/Makefile
diff -u pkgsrc/devel/ocaml-lwt/Makefile:1.36 pkgsrc/devel/ocaml-lwt/Makefile:1.37
--- pkgsrc/devel/ocaml-lwt/Makefile:1.36        Fri Apr 13 12:52:00 2018
+++ pkgsrc/devel/ocaml-lwt/Makefile     Fri Jul 27 08:01:30 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2018/04/13 12:52:00 jaapb Exp $
+# $NetBSD: Makefile,v 1.37 2018/07/27 08:01:30 jperkin Exp $
 #
 
 .include "Makefile.common"
@@ -18,6 +18,8 @@ CONFIGURE_ARGS=       -use-libev false
 
 OCAML_USE_JBUILDER=    yes
 
+CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS
+
 do-configure:
        cd ${WRKSRC} && ocaml src/util/configure.ml ${CONFIGURE_ARGS}
 



Home | Main Index | Thread Index | Old Index