mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
a1c61bea1d
Reviewed by: max Submitted by: nakai@mlab.t.u-tokyo.ac.jp
18 lines
437 B
Plaintext
18 lines
437 B
Plaintext
*** Imakefile.orig Thu May 5 07:58:34 1994
|
|
--- Imakefile Tue Oct 8 01:52:47 1996
|
|
***************
|
|
*** 4,9 ****
|
|
# gcc
|
|
#CC = gcc
|
|
# CFLAGS = -O2 -Wall -DXPM -DUSLEEP
|
|
! CFLAGS =-DXPM -I/usr/local/X11R5/include/
|
|
CDEBUGFLAGS =
|
|
ComplexProgramTarget(xeyes+)
|
|
--- 4,9 ----
|
|
# gcc
|
|
#CC = gcc
|
|
# CFLAGS = -O2 -Wall -DXPM -DUSLEEP
|
|
! CFLAGS =-DXPM -I/usr/X11R6/include/ -L/usr/X11R6/lib
|
|
CDEBUGFLAGS =
|
|
ComplexProgramTarget(xeyes+)
|