forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
games-emulation/generator: Fix build system
Closes: https://bugs.gentoo.org/656344 Closes: https://bugs.gentoo.org/686198 Closes: https://bugs.gentoo.org/707776 Closes: https://bugs.gentoo.org/724416 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: David Seifert <[email protected]>
- Loading branch information
1 parent
ba89ac4
commit 1c9532d
Showing
6 changed files
with
74 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
games-emulation/generator/files/generator-0.35_p4-automake.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- a/cpu68k/Makefile.am | ||
+++ b/cpu68k/Makefile.am | ||
@@ -29,6 +29,7 @@ | ||
|
||
gen68k_SOURCES = gen68k.c tab68k.c | ||
gen68k_DEPENDENCIES = def68k-iibs.h | ||
+BUILT_SOURCES = def68k-iibs.h | ||
|
||
noinst_LIBRARIES = lib68k.a | ||
lib68k_a_SOURCES = cpu68k-0.c cpu68k-1.c cpu68k-2.c cpu68k-3.c \ | ||
--- a/main/Makefile.am | ||
+++ b/main/Makefile.am | ||
@@ -3,11 +3,11 @@ | ||
INCLUDES = -I../hdr -I. -I../cpu68k -I../ym2612 -I../raze -I../cmz80 \ | ||
-I../sn76496 -I../gtkopts \ | ||
-DFNAME_TCLSCRIPT=\"${datadir}/generator/gen.tcl\" \ | ||
- @GTK_CFLAGS@ @SDL_CFLAGS@ | ||
+ @SDL_CFLAGS@ | ||
bin_PROGRAMS = @PROGRAM@ | ||
EXTRA_PROGRAMS = generator-svgalib generator-tcltk generator-allegro \ | ||
generator-gtk generator-sdl | ||
-LDADD = ../cpu68k/lib68k.a ../ym2612/libym2612.a @MY_LIBS@ \ | ||
+LDADD = ../cpu68k/lib68k.a ../ym2612/libym2612.a @MY_LIBS@ -lm \ | ||
../sn76496/libsn76496.a | ||
|
||
## this should be generator_tcltk_DATA but it won't let me do that |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
games-emulation/generator/files/generator-0.35_p4-inline.patch
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
games-emulation/generator/files/generator-0.35_p4-underlink.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters