summaryrefslogtreecommitdiffstats
path: root/x11-clocks
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2001-01-09 19:31:57 +0000
committersf <sf@FreeBSD.org>2001-01-09 19:31:57 +0000
commit32c56639a6c97a82d19d8fdeb187e418e496ff4d (patch)
treeb71caff808d0921af89aea015cee466456261b20 /x11-clocks
parentdded2b6071ce67c93b607d9cd1a5878c865ae756 (diff)
downloadFreeBSD-ports-32c56639a6c97a82d19d8fdeb187e418e496ff4d.zip
FreeBSD-ports-32c56639a6c97a82d19d8fdeb187e418e496ff4d.tar.gz
fix X manpage error with XFree86-4.
remove -lxpg4; FreeBSD.cf knows how to handle it. honor CC. PR: 23438
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/mlclock/Makefile1
-rw-r--r--x11-clocks/mlclock/files/patch-aa22
2 files changed, 19 insertions, 4 deletions
diff --git a/x11-clocks/mlclock/Makefile b/x11-clocks/mlclock/Makefile
index 0f7d94d..4b8aeca 100644
--- a/x11-clocks/mlclock/Makefile
+++ b/x11-clocks/mlclock/Makefile
@@ -13,7 +13,6 @@ MASTER_SITES= http://www.hry.info.gifu-u.ac.jp/~hideki/
MAINTAINER= nakai@FreeBSD.org
USE_IMAKE= yes
-NO_INSTALL_MANPAGES= yes
WRKSRC= ${WRKDIR}/mlclock
post-install:
diff --git a/x11-clocks/mlclock/files/patch-aa b/x11-clocks/mlclock/files/patch-aa
index c0ec86f..2ae58c1 100644
--- a/x11-clocks/mlclock/files/patch-aa
+++ b/x11-clocks/mlclock/files/patch-aa
@@ -1,8 +1,24 @@
---- Imakefile.orig Mon Oct 18 14:21:12 1999
-+++ Imakefile Mon Oct 18 14:21:21 1999
+--- 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 )
-+ComplexProgramTarget(mlclock)
++ComplexProgramTargetNoMan(mlclock)
OpenPOWER on IntegriCloud