diff options
| author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-30 11:30:11 +0000 |
|---|---|---|
| committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-30 11:30:11 +0000 |
| commit | 55fcad8d516acfd59d0ff139f1f9ca3905c08d00 (patch) | |
| tree | c22a885510e9b8613777f55ba4496b06004906dc /emulators/adamem/files/patch-aa | |
| parent | Update to 1.4.3. (diff) | |
A Adam Computer / ColecoVision Emulator
PR: 32056
Submitted by: karlj000@unbc.ca
Diffstat (limited to 'emulators/adamem/files/patch-aa')
| -rw-r--r-- | emulators/adamem/files/patch-aa | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/emulators/adamem/files/patch-aa b/emulators/adamem/files/patch-aa new file mode 100644 index 000000000000..b8b226a8a311 --- /dev/null +++ b/emulators/adamem/files/patch-aa @@ -0,0 +1,21 @@ +--- Makefile.X.BACKUP Sun Nov 11 13:04:24 2001 ++++ Makefile.X Sun Nov 11 13:07:58 2001 +@@ -15,7 +15,8 @@ + LD = gcc # Linker used + + CFLAGS = -Wall -O2 -fomit-frame-pointer \ +- -DLSB_FIRST -DUNIX_X -DUNIX -DMITSHM -DHAVE_CLOCK -DSOUND -DZLIB ++ -DLSB_FIRST -DUNIX_X -DUNIX -DMITSHM -DHAVE_CLOCK -DSOUND -DZLIB \ ++ -I/usr/X11R6/include + + OBJECTS = ADAMEm.o Coleco.o Z80.o \ + DSP.o Sound.o X.o Z80Debug.o Bitmap.o Unix.o +@@ -42,7 +43,7 @@ + $(LD) -s -o keys keys.o + + adamem.snd: makedata +- makedata ++ ./makedata + + makedata.o: makedata.c + makedata: makedata.o |
