Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Aug 2014 06:23:04 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364247 - head/devel/ocaml-findlib/files
Message-ID:  <53e31b48.53a1.20ddde05@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Aug  7 06:23:04 2014
New Revision: 364247
URL: http://svnweb.freebsd.org/changeset/ports/364247
QAT: https://qat.redports.org/buildarchive/r364247/

Log:
  Fix make patch

Modified:
  head/devel/ocaml-findlib/files/patch-src_bytes_Makefile

Modified: head/devel/ocaml-findlib/files/patch-src_bytes_Makefile
==============================================================================
--- head/devel/ocaml-findlib/files/patch-src_bytes_Makefile	Thu Aug  7 05:55:47 2014	(r364246)
+++ head/devel/ocaml-findlib/files/patch-src_bytes_Makefile	Thu Aug  7 06:23:04 2014	(r364247)
@@ -1,10 +1,10 @@
---- src/bytes/Makefile.orig	2014-06-29 13:59:16.000000000 +0200
-+++ src/bytes/Makefile	2014-06-29 13:59:19.000000000 +0200
-@@ -11,7 +11,6 @@ opt:
- 	$(OCAMLBUILD) $(NATIVE_FILES)
+--- src/bytes/Makefile.orig	2014-08-01 12:02:25 +0000
++++ src/bytes/Makefile
+@@ -19,7 +19,6 @@ opt:
+ 	$(OCAMLBUILD) $$files
  
  install: all
--	cd _build/ && ocamlfind install bytes ../META $(BYTE_FILES) -optional $(NATIVE_FILES)
+-	cd _build/ && ocamlfind install bytes ../META $(BYTE_FILES) -optional $(NATIVE_FILES) $(NATIVE_FILES_DYNLINK)
  
  uninstall:
  	ocamlfind remove bytes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e31b48.53a1.20ddde05>