1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/x11-clocks/mlclock/files/patch-aa
FUJISHIMA Satsuki 548164fab3 fix X manpage error with XFree86-4.
remove -lxpg4; FreeBSD.cf knows how to handle it.
honor CC.

PR:		23438
2001-01-09 19:31:57 +00:00

25 lines
571 B
Plaintext

--- Imakefile.orig Fri Oct 16 02:15:01 1998
+++ Imakefile Wed Nov 1 07:31:32 2000
@@ -1,13 +1,13 @@
# mlclock is macintosh like clock
RCFILE = .mlclockrc
-CC = gcc
+#CC = gcc
OPTION =
# If function dosen't find , add -lsocket or whatever you need .
# This is example .
#ADD_LIBRARIES = -lxpg4 -lsocket -lnsl
-ADD_LIBRARIES = -lxpg4
+#ADD_LIBRARIES = -lxpg4
#---You shouldn't have to change anything below this line.---
@@ -18,4 +18,4 @@
DEFINES = $(OPTION) -DRCFILE=\"${RCFILE}\"
-ComplexProgramTarget( mlclock )
+ComplexProgramTargetNoMan(mlclock)