public
Description: Rubinius, the Ruby VM
Homepage: http://rubini.us
Clone URL: git://github.com/evanphx/rubinius.git
Patch from stepheneb to fix installing to custom PREFIX.
Brian Ford (author)
Mon Apr 07 15:38:57 -0700 2008
commit  ddf72d4348c505fd896f095d7d5c5cdaf01799fb
tree    fbc1615c0e1cbb9499b82b1bc9f9ca6dbc201357
parent  2460839e3fbe2967b9df70db3de33b2a102b9a44
...
26
27
28
29
 
30
31
32
...
26
27
28
 
29
30
31
32
0
@@ -26,7 +26,7 @@ ifeq ($(UNAME),Darwin)
0
   SUFFIX=dylib
0
   BIN_RPATH=
0
   BIN_RPATHLOCAL=
0
-  SONAME=-current_version $(VERSION) -compatibility_version $(VERSION) -install_name /usr/local/lib/librubinius-$(VERSION).$(SUFFIX)
0
+  SONAME=-current_version $(VERSION) -compatibility_version $(VERSION) -install_name $(PREFIX)/lib/librubinius-$(VERSION).$(SUFFIX)
0
   SONAMELOCAL=-current_version $(VERSION) -compatibility_version $(VERSION) -install_name `pwd`/librubinius-local-dev.$(SUFFIX)
0
   ifeq ($(CPU),powerpc)
0
     ifeq ($(OSVER),9.1.0)

Comments