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

mcalhoun at macports.org mcalhoun at macports.org
Thu Feb 12 16:51:07 PST 2009


Revision: 46782
          http://trac.macports.org/changeset/46782
Author:   mcalhoun at macports.org
Date:     2009-02-12 16:51:07 -0800 (Thu, 12 Feb 2009)
Log Message:
-----------
bzip2: One of the links removed in r46773 was serving another purpose, so restore it.
Fixes #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-12 23:52:25 UTC (rev 46781)
+++ trunk/dports/archivers/bzip2/files/patch-Makefile-dylib.diff	2009-02-13 00:51:07 UTC (rev 46782)
@@ -9,7 +9,7 @@
  
  bzip2: libbz2.a bzip2.o
  	$(CC) $(CFLAGS) $(LDFLAGS) -o bzip2 bzip2.o -L. -lbz2
-@@ -52,15 +52,21 @@
+@@ -52,15 +52,22 @@
  		$(RANLIB) libbz2.a ; \
  	fi
  
@@ -18,6 +18,7 @@
 +	$(CC) -dynamiclib $(OBJS) -o libbz2.__MacPorts_Version__.dylib \
 +		-install_name $(PREFIX)/lib/libbz2.__MacPorts_Compatibility_Version__.dylib \
 +		-compatibility_version __MacPorts_Compatibility_Version__ -current_version __MacPorts_Version__
++	ln -s libbz2.__MacPorts_Version__.dylib libbz2.dylib
 +
  check: test
  test: bzip2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090212/178a4609/attachment.html>


More information about the macports-changes mailing list