[24150] trunk/dports/archivers/zlib/files/patch-Makefile-universal

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 17 10:01:52 PDT 2007


Revision: 24150
          http://trac.macosforge.org/projects/macports/changeset/24150
Author:   pipping at macports.org
Date:     2007-04-17 10:01:52 -0700 (Tue, 17 Apr 2007)

Log Message:
-----------
 * add patch i didn't commit by mistake (see r24149)

Added Paths:
-----------
    trunk/dports/archivers/zlib/files/patch-Makefile-universal

Added: trunk/dports/archivers/zlib/files/patch-Makefile-universal
===================================================================
--- trunk/dports/archivers/zlib/files/patch-Makefile-universal	                        (rev 0)
+++ trunk/dports/archivers/zlib/files/patch-Makefile-universal	2007-04-17 17:01:52 UTC (rev 24150)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2007-03-31 23:25:14.000000000 +0200
++++ Makefile.in	2007-03-31 23:25:36.000000000 +0200
+@@ -78,7 +78,7 @@
+ 	rm -f _match.s
+ 
+ $(SHAREDLIBV): libz.a $(OBJS)
+-	$(LDSHARED) -o $@ $(OBJS)
++	$(LDSHARED) -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -o $@ $(OBJS)
+ 	rm -f $(SHAREDLIB) $(SHAREDLIBM)
+ 	ln -s $@ $(SHAREDLIB)
+ 	ln -s $@ $(SHAREDLIBM)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070417/8fd32bf6/attachment.html


More information about the macports-changes mailing list