public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnustep-apps/gworkspace/files: gworkspace-0.8.6-rpath.patch
@ 2007-11-16 17:17 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; only message in thread
From: Bernard Cafarelli (voyageur) @ 2007-11-16 17:17 UTC (permalink / raw
  To: gentoo-commits

voyageur    07/11/16 17:17:55

  Modified:             gworkspace-0.8.6-rpath.patch
  Log:
  Fix rpath patch, thanks beandog
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.2                  gnustep-apps/gworkspace/files/gworkspace-0.8.6-rpath.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gworkspace/files/gworkspace-0.8.6-rpath.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gworkspace/files/gworkspace-0.8.6-rpath.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gworkspace/files/gworkspace-0.8.6-rpath.patch?r1=1.1&r2=1.2

Index: gworkspace-0.8.6-rpath.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/files/gworkspace-0.8.6-rpath.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gworkspace-0.8.6-rpath.patch	10 Sep 2007 16:24:08 -0000	1.1
+++ gworkspace-0.8.6-rpath.patch	16 Nov 2007 17:17:55 -0000	1.2
@@ -5,7 +5,7 @@
  
  ADDITIONAL_LIB_DIRS += -L../../MDKit/MDKit.framework/Versions/Current/$(GNUSTEP_TARGET_LDIR) 
  ADDITIONAL_LIB_DIRS += -L../../../DBKit/$(GNUSTEP_OBJ_DIR)   
-+ADDITIONAL_LIB_DIRS += -Wl,-rpath ../../../FSNode/FSNode.framework/Versions/Current/$(GNUSTEP_TARGET_LDIR)
++ADDITIONAL_LIB_DIRS += -Wl,-rpath-link ../../../FSNode/FSNode.framework/Versions/Current/$(GNUSTEP_TARGET_LDIR)
  
  # Additional LDFLAGS to pass to the linker
  # ADDITIONAL_LDFLAGS += 
@@ -16,8 +16,8 @@
  
  # Additional library directories the linker should search
  ADDITIONAL_LIB_DIRS += -L../../MDKit/MDKit.framework/Versions/Current/$(GNUSTEP_TARGET_LDIR) 
-+ADDITIONAL_LIB_DIRS += -Wl,-rpath ../../../FSNode/FSNode.framework/Versions/Current/$(GNUSTEP_TARGET_LDIR)
-+ADDITIONAL_LIB_DIRS += -Wl,-rpath ../../../DBKit/$(GNUSTEP_OBJ_DIR)
++ADDITIONAL_LIB_DIRS += -Wl,-rpath-link ../../../FSNode/FSNode.framework/Versions/Current/$(GNUSTEP_TARGET_LDIR)
++ADDITIONAL_LIB_DIRS += -Wl,-rpath-link ../../../DBKit/$(GNUSTEP_OBJ_DIR)
                        
  
  ADDITIONAL_TOOL_LIBS +=
@@ -29,7 +29,7 @@
  
  # Additional library directories the linker should search
 -ADDITIONAL_LIB_DIRS += 
-+ADDITIONAL_LIB_DIRS += -Wl,-rpath ../../../FSNode/FSNode.framework/Versions/0
++ADDITIONAL_LIB_DIRS += -Wl,-rpath-link ../../../FSNode/FSNode.framework/Versions/0
                        
  
  ADDITIONAL_TOOL_LIBS +=
@@ -40,7 +40,7 @@
  
  ADDITIONAL_LIB_DIRS += -L../MDKit/MDKit.framework/Versions/Current/$(GNUSTEP_TARGET_LDIR) 
  ADDITIONAL_LIB_DIRS += -L../../FSNode/FSNode.framework/Versions/Current/$(GNUSTEP_TARGET_LDIR)
-+ADDITIONAL_LIB_DIRS += -Wl,-rpath ../../DBKit/$(GNUSTEP_OBJ_DIR)
++ADDITIONAL_LIB_DIRS += -Wl,-rpath-link ../../DBKit/$(GNUSTEP_OBJ_DIR)
  
  # Additional LDFLAGS to pass to the linker
  # ADDITIONAL_LDFLAGS += 



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-16 17:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-16 17:17 [gentoo-commits] gentoo-x86 commit in gnustep-apps/gworkspace/files: gworkspace-0.8.6-rpath.patch Bernard Cafarelli (voyageur)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox