mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
13 lines
286 B
Plaintext
13 lines
286 B
Plaintext
|
--- Imakefile.orig Sun Oct 10 14:55:09 1999
|
||
|
+++ Imakefile Sun Oct 10 14:55:29 1999
|
||
|
@@ -1,7 +1,7 @@
|
||
|
LOCAL_LIBRARIES = -lXpm -lXext -lX11 -lm
|
||
|
SRCS = xeji.c
|
||
|
OBJS = xeji.o
|
||
|
-CC = gcc
|
||
|
-CFLAGS = -O2 -DXPM
|
||
|
+CC ?= gcc
|
||
|
+CFLAGS += -O2 -DXPM
|
||
|
CDEBUGFLAGS =
|
||
|
ComplexProgramTarget(xeji)
|