mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
044fe0d8a2
Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
20 lines
486 B
Plaintext
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+)
|