[137559] trunk/dports/archivers/lz4/files/patch-lib-Makefile-47659.diff

mfeiri at macports.org mfeiri at macports.org
Sun Jun 14 10:08:52 PDT 2015


Revision: 137559
          https://trac.macports.org/changeset/137559
Author:   mfeiri at macports.org
Date:     2015-06-14 10:08:51 -0700 (Sun, 14 Jun 2015)
Log Message:
-----------
lz4: workaround for #47659

Added Paths:
-----------
    trunk/dports/archivers/lz4/files/patch-lib-Makefile-47659.diff

Added: trunk/dports/archivers/lz4/files/patch-lib-Makefile-47659.diff
===================================================================
--- trunk/dports/archivers/lz4/files/patch-lib-Makefile-47659.diff	                        (rev 0)
+++ trunk/dports/archivers/lz4/files/patch-lib-Makefile-47659.diff	2015-06-14 17:08:51 UTC (rev 137559)
@@ -0,0 +1,11 @@
+--- lib/Makefile	2015-06-14 16:39:35.000000000 +0200
++++ lib/Makefile	2015-06-14 16:40:38.000000000 +0200
+@@ -67,6 +67,7 @@ all: liblz4
+ liblz4: lz4.c lz4hc.c lz4frame.c xxhash.c
+ 	@echo compiling static library
+ 	@$(CC) $(CPPFLAGS) $(CFLAGS) -fPIC -c $^
++	@rm -f liblz4.a
+ 	@$(AR) rcs liblz4.a lz4.o lz4hc.o lz4frame.o xxhash.o
+ 	@echo compiling dynamic library $(LIBVER)
+ 	@$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -shared $^ -fPIC $(SONAME_FLAGS) -o $@.$(SHARED_EXT_VER)
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150614/1c215489/attachment.html>


More information about the macports-changes mailing list