diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2014-02-04 10:48:10 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2014-02-04 10:48:10 +0000 |
commit | be9db5c6e871a750b98b97ea1f64a8454be213e8 (patch) | |
tree | 16a182e7a21ba46a1defd837fe7f64de2e2d45a7 /gnustep-libs/sope/files/sope-r1660-SoOFS.patch | |
parent | Update metadata (diff) | |
download | gnustep-be9db5c6e871a750b98b97ea1f64a8454be213e8.tar.gz gnustep-be9db5c6e871a750b98b97ea1f64a8454be213e8.tar.bz2 gnustep-be9db5c6e871a750b98b97ea1f64a8454be213e8.zip |
Finally update sope/sogo
svn path=/overlay/; revision=452
Diffstat (limited to 'gnustep-libs/sope/files/sope-r1660-SoOFS.patch')
-rw-r--r-- | gnustep-libs/sope/files/sope-r1660-SoOFS.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gnustep-libs/sope/files/sope-r1660-SoOFS.patch b/gnustep-libs/sope/files/sope-r1660-SoOFS.patch deleted file mode 100644 index 9eb398a..0000000 --- a/gnustep-libs/sope/files/sope-r1660-SoOFS.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- sope-appserver/SoOFS/GNUmakefile.preamble.org 2009-11-24 15:05:35.971466918 +0100 -+++ sope-appserver/SoOFS/GNUmakefile.preamble 2009-11-24 15:04:47.001467300 +0100 -@@ -3,6 +3,7 @@ - # TODO: need to fix COMPILE_FOR_GSTEP_MAKE? - ADDITIONAL_CPPFLAGS += -Wall -DCOMPILE_FOR_GSTEP_MAKE=1 - ADDITIONAL_OBJCFLAGS += -Wall -Wno-import -Wno-protocol -+ADDITIONAL_LDFLAGS += "-Wl,--no-as-needed" - - SOPE_ROOT=../.. - CORE_ROOT=$(SOPE_ROOT)/sope-core -@@ -83,6 +83,7 @@ - ifneq ($(findstring darwin, $(GNUSTEP_TARGET_OS)), darwin) - # and neither does MacOSX? ... --sope_TOOL_LIBS += -lcrypt -+$(SOPED_NAME)_TOOL_LIBS += -lcrypt -+libSoOFS_LIBRARIES_DEPEND_UPON += -lcrypt - endif - endif - |