File: no-stubs.patch

package info (click to toggle)
gnustep-xcode 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,168 kB
  • sloc: objc: 9,258; sh: 61; makefile: 20
file content (32 lines) | stat: -rw-r--r-- 596 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Description: Do not build/install stuff that's still stubs.
Author: Yavor Doganov <yavor@gnu.org>
Forwarded: not-needed
Last-Update: 2025-11-02
---

--- gnustep-xcode-0.5.0.orig/GNUmakefile
+++ gnustep-xcode-0.5.0/GNUmakefile
@@ -20,9 +20,7 @@
 SUBPROJECTS = \
 	XCode \
 	Generators \
-	Tools \
-	Applications \
-	Documentation
+	Tools
 
 #
 # Makefiles
--- gnustep-xcode-0.5.0.orig/Generators/GNUmakefile
+++ gnustep-xcode-0.5.0/Generators/GNUmakefile
@@ -13,9 +13,7 @@
 # Generator bundles
 SUBPROJECTS = \
 	Makefile \
-	CMake \
-	ProjectCenter \
-	ProjectBuilder \
+	CMake
 
 #
 # Makefiles