File: 01_compile-without-roms.patch

package info (click to toggle)
fuse-emulator 1.0.0.1a%2Bdfsg1-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 9,568 kB
  • sloc: ansic: 67,895; sh: 10,265; perl: 3,386; makefile: 787; yacc: 227; lex: 139
file content (36 lines) | stat: -rw-r--r-- 976 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
33
34
35
36
From: Alberto Garcia <agarcia@igalia.com>
Description: Make Fuse compile without the 'roms' dir
 This dir was stripped from the source tarball since it is non-free.
Forwarded: not-needed
Index: fuse-emulator/configure.in
===================================================================
--- fuse-emulator.orig/configure.in
+++ fuse-emulator/configure.in
@@ -688,7 +688,6 @@ man/Makefile \
 perl/Makefile \
 perl/Fuse/Makefile \
 pokefinder/Makefile \
-roms/Makefile \
 sound/Makefile \
 timer/Makefile \
 ui/Makefile \
Index: fuse-emulator/Makefile.am
===================================================================
--- fuse-emulator.orig/Makefile.am
+++ fuse-emulator/Makefile.am
@@ -35,7 +35,6 @@ SUBDIRS = @COMPAT_SUBDIR@ \
 	  man \
 	  perl \
 	  pokefinder \
-	  roms \
 	  sound \
 	  timer \
 	  ui \
@@ -51,7 +50,6 @@ DIST_SUBDIRS = debugger \
 	       man \
 	       perl \
 	       pokefinder \
-	       roms \
 	       sound \
 	       timer \
 	       ui \