[49258] trunk/dports/graphics/glew

afb at macports.org afb at macports.org
Mon Apr 6 01:03:35 PDT 2009


Revision: 49258
          http://trac.macports.org/changeset/49258
Author:   afb at macports.org
Date:     2009-04-06 01:03:35 -0700 (Mon, 06 Apr 2009)
Log Message:
-----------
ranlib archive, for fat static library

Modified Paths:
--------------
    trunk/dports/graphics/glew/Portfile
    trunk/dports/graphics/glew/files/patch-Makefile.diff

Modified: trunk/dports/graphics/glew/Portfile
===================================================================
--- trunk/dports/graphics/glew/Portfile	2009-04-06 07:56:58 UTC (rev 49257)
+++ trunk/dports/graphics/glew/Portfile	2009-04-06 08:03:35 UTC (rev 49258)
@@ -5,6 +5,7 @@
 
 name               glew
 version            1.5.1
+revision           1
 categories         graphics devel
 platforms          darwin
 maintainers        jmr openmaintainer

Modified: trunk/dports/graphics/glew/files/patch-Makefile.diff
===================================================================
--- trunk/dports/graphics/glew/files/patch-Makefile.diff	2009-04-06 07:56:58 UTC (rev 49257)
+++ trunk/dports/graphics/glew/files/patch-Makefile.diff	2009-04-06 08:03:35 UTC (rev 49258)
@@ -8,3 +8,14 @@
  	$(INSTALL) -m 0644 lib/$(LIB.STATIC) $(LIBDIR)/
  	$(LN) $(LIB.SHARED) $(LIBDIR)/$(LIB.DEVLNK)
  endif
+--- Makefile.orig	2009-04-06 09:37:04.000000000 +0200
++++ Makefile	2009-04-06 09:53:47.000000000 +0200
+@@ -81,7 +81,7 @@
+ 	mkdir lib
+ 
+ lib/$(LIB.STATIC): $(LIB.OBJS)
+-	$(AR) cr $@ $^
++	$(AR) crs $@ $^
+ 
+ lib/$(LIB.SHARED): $(LIB.SOBJS)
+ 	$(LD) $(LDFLAGS.SO) -o $@ $^ $(LIB.LDFLAGS) $(LIB.LIBS)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090406/8b6f8d03/attachment.html>


More information about the macports-changes mailing list