summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-libs/sope/files/sope-r1660-use_system_root.patch')
-rw-r--r--gnustep-libs/sope/files/sope-r1660-use_system_root.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/gnustep-libs/sope/files/sope-r1660-use_system_root.patch b/gnustep-libs/sope/files/sope-r1660-use_system_root.patch
deleted file mode 100644
index ab7a974..0000000
--- a/gnustep-libs/sope/files/sope-r1660-use_system_root.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- configure.orig 2008-07-01 16:25:13.000000000 +0200
-+++ configure 2008-07-01 16:25:33.000000000 +0200
-@@ -243,9 +243,9 @@
- "x")
- if test $ARG_WITH_GNUSTEP = 1; then
- DARG_IS_FHS=0;
-- ARG_PREFIX="$GNUSTEP_LOCAL_ROOT"
-+ ARG_PREFIX="$GNUSTEP_SYSTEM_ROOT"
- if test $ARG_BEQUIET != 1; then
-- echo "Note: will install in GNUSTEP_LOCAL_ROOT: $ARG_PREFIX"
-+ echo "Note: will install in GNUSTEP_SYSTEM_ROOT: $ARG_PREFIX"
- echo ""
- fi
- elif test "x$ARG_FRAMEWORK_DIR" != "x"; then