1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/emulators/vgb/files/patch-aa
Eric L. Hernes 047a3cbbee new port for virtual gameboy
closes pr's ports/1934 & ports/2020
Submitted by:Yukihiro Nakai Nakai@Mlab.t.u-tokyo.ac.jp
1996-11-15 16:35:35 +00:00

22 lines
829 B
Plaintext

*** 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.