[46841] trunk/dports/archivers/bzip2/files/patch-Makefile-dylib.diff

ryandesign at macports.org ryandesign at macports.org
Sat Feb 14 14:58:25 PST 2009


Revision: 46841
          http://trac.macports.org/changeset/46841
Author:   ryandesign at macports.org
Date:     2009-02-14 14:58:24 -0800 (Sat, 14 Feb 2009)
Log Message:
-----------
bzip2: fix parallel build issue by properly declaring bzip2's dependency on libbz2.dylib in the Makefile; see #18481

Modified Paths:
--------------
    trunk/dports/archivers/bzip2/files/patch-Makefile-dylib.diff

Modified: trunk/dports/archivers/bzip2/files/patch-Makefile-dylib.diff
===================================================================
--- trunk/dports/archivers/bzip2/files/patch-Makefile-dylib.diff	2009-02-14 22:52:13 UTC (rev 46840)
+++ trunk/dports/archivers/bzip2/files/patch-Makefile-dylib.diff	2009-02-14 22:58:24 UTC (rev 46841)
@@ -1,14 +1,17 @@
 --- Makefile.orig	2008-02-14 06:39:18.000000000 -0600
-+++ Makefile	2009-01-15 22:53:35.000000000 -0600
-@@ -35,7 +35,7 @@
++++ Makefile	2009-02-14 16:48:03.000000000 -0600
+@@ -35,9 +35,9 @@
        decompress.o \
        bzlib.o
  
 -all: libbz2.a bzip2 bzip2recover test
 +all: libbz2.a libbz2.dylib bzip2 bzip2recover test
  
- bzip2: libbz2.a bzip2.o
+-bzip2: libbz2.a bzip2.o
++bzip2: libbz2.a libbz2.dylib bzip2.o
  	$(CC) $(CFLAGS) $(LDFLAGS) -o bzip2 bzip2.o -L. -lbz2
+ 
+ bzip2recover: bzip2recover.o
 @@ -52,15 +52,23 @@
  		$(RANLIB) libbz2.a ; \
  	fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090214/ce721f05/attachment.html>


More information about the macports-changes mailing list