1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/xeyesplus/files/patch-aa
Yukihiro Nakai 044fe0d8a2 Fix and updates from KATO Tsuguru.
Submitted by:		"KATO Tsuguru" <tkato@prontomail.ne.jp>
2000-01-22 11:46:45 +00:00

20 lines
486 B
Plaintext

*** Imakefile.orig Thu May 5 16:58:34 1994
--- Imakefile Thu Jan 15 00:00:00 2000
***************
*** 4,9 ****
# gcc
#CC = gcc
# CFLAGS = -O2 -Wall -DXPM -DUSLEEP
! CFLAGS =-DXPM -I/usr/local/X11R5/include/
! CDEBUGFLAGS =
ComplexProgramTarget(xeyes+)
--- 4,11 ----
# gcc
#CC = gcc
# CFLAGS = -O2 -Wall -DXPM -DUSLEEP
! XCOMM CFLAGS =-DXPM -I/usr/local/X11R5/include/
! XCOMM CDEBUGFLAGS =
! DEFINES = -DXPM
! INCLUDES = -I$(INCDIR)/X11
ComplexProgramTarget(xeyes+)