mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
1e4e024dc7
PR: 21640 Submitted by: maintainer
15 lines
352 B
Plaintext
15 lines
352 B
Plaintext
--- Imakefile.orig Sun May 15 15:34:42 1994
|
|
+++ Imakefile Thu Oct 12 19:43:34 2000
|
|
@@ -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)
|
|
+ComplexProgramTargetNoMan(xeji)
|
|
+ComplexProgramTargetNoMan(xeji)
|