mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
d023359a9c
PR: ports/4580 Submitted by: stephen farrell <sfarrell@healthquiz.com>
16 lines
519 B
Plaintext
16 lines
519 B
Plaintext
--- ./fclock/Imakefile.orig Thu Sep 18 23:52:13 1997
|
|
+++ ./fclock/Imakefile Thu Sep 18 23:52:46 1997
|
|
@@ -1,9 +1,9 @@
|
|
|
|
SRCS = clock_main.c
|
|
OBJS = clock_main.o
|
|
-EXTRA_LIBRARIES = -L/usr/local/lib -lforms -lXpm -lm
|
|
+EXTRA_LIBRARIES = -lxforms -lXpm -lm
|
|
-EXTRA_INCLUDES = -I/usr/local/include -I.
|
|
+EXTRA_INCLUDES = -I.
|
|
-EXTRA_DEFINES = -DICON_DIR=\"/usr/include/X11/pixmaps\"
|
|
+EXTRA_DEFINES = -DICON_DIR=\"${INCDIR}/pixmaps/\"
|
|
LDLIBS = $(EXTRA_LIBRARIES) $(EXTENSIONLIB) $(XLIB)
|
|
|
|
ComplexProgramTarget(fclock)
|