diff options
Diffstat (limited to 'emulators/vgb/files/patch-aa')
| -rw-r--r-- | emulators/vgb/files/patch-aa | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/emulators/vgb/files/patch-aa b/emulators/vgb/files/patch-aa new file mode 100644 index 000000000000..ddf0522d1f98 --- /dev/null +++ b/emulators/vgb/files/patch-aa @@ -0,0 +1,21 @@ +*** Makefile.org Thu Oct 31 03:00:44 1996 +--- Makefile Thu Oct 31 03:01:14 1996 +*************** +*** 27,34 **** + # change the -L/usr/X11R6/lib to the directory where X11 + # libraries libX11.* and libXext.* are located on your system. + CC = gcc +! DEFINES = -DUNIX -DLSB_FIRST -DDEBUG -DMITSHM +! CFLAGS = -O2 -I/usr/X11/include -L/usr/X11/lib/ ${DEFINES} + OBJECTS = VGB.o GB.o Z80.o Debug.o Unix.o + + # Make the standard distribution: VGB, DASM, and utilities. +--- 27,34 ---- + # change the -L/usr/X11R6/lib to the directory where X11 + # libraries libX11.* and libXext.* are located on your system. + CC = gcc +! DEFINES = -DUNIX -DLSB_FIRST -DDEBUG +! CFLAGS = -O2 -I/usr/X11R6/include -L/usr/X11R6/lib/ ${DEFINES} + OBJECTS = VGB.o GB.o Z80.o Debug.o Unix.o + + # Make the standard distribution: VGB, DASM, and utilities. |
