summaryrefslogtreecommitdiff
path: root/x11/libhelp
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-04-14 04:21:51 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-04-14 04:21:51 +0000
commitceaf5c03d8a7622f2fd302bbc409a1b0e0877c3b (patch)
tree0063e232d4cecb4c870223fddb895acbff4c565c /x11/libhelp
parentAdd "math" to list of categories, as this widget set implements (diff)
Doesn't build....
ARROWPROTO -O2 -DHELP_PATH=\"/usr/X11R6/lib/X11/xmhelp/help:/usr/X11R6/lib/X11/xmhelp/pixmaps\" -DMOTIF -c HTML.c HTML.c:226: `_XmGadgetArm' undeclared here (not in a function) HTML.c:226: initializer element for `actionsList[6].proc' is not constant HTML.c:227: `_XmGadgetActivate' undeclared here (not in a function) HTML.c:227: initializer element for `actionsList[7].proc' is not constant HTML.c:228: `_XmManagerEnter' undeclared here (not in a function) HTML.c:228: initializer element for `actionsList[8].proc' is not constant HTML.c:229: `_XmManagerFocusIn' undeclared here (not in a function) HTML.c:229: initializer element for `actionsList[9].proc' is not constant HTML.c:230: `_XmManagerHelp' undeclared here (not in a function) HTML.c:230: initializer element for `actionsList[10].proc' is not constant HTML.c: In function `Redisplay': HTML.c:2029: warning: passing arg 1 of `XmeRedisplayGadgets' from incompatible pointer type HTML.c:2029: warning: passing arg 2 of `XmeRedisplayGadgets' from incompatible pointer type *** Error code 1 Stop.
Notes
Notes: svn path=/head/; revision=10512
Diffstat (limited to 'x11/libhelp')
-rw-r--r--x11/libhelp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/libhelp/Makefile b/x11/libhelp/Makefile
index 37630bba4b87..05cc5417dd98 100644
--- a/x11/libhelp/Makefile
+++ b/x11/libhelp/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 December 96
# Whom: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/04/09 08:13:33 tg Exp $
#
DISTNAME= libhelp-1.8.1
@@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.informatik.uni-stuttgart.de/pub/libhelp/
MAINTAINER= Lars.Koeller@Uni-Bielefeld.de
+BROKEN= build
+
REQUIRES_MOTIF= YES
USE_IMAKE= YES
NO_INSTALL_MANPAGES= YES