diff options
author | asami <asami@FreeBSD.org> | 1998-04-14 12:21:51 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-04-14 12:21:51 +0800 |
commit | ef098dde637539040567d5a411ca43474ea9b156 (patch) | |
tree | 2f4026add70e4dd73ab1c93b9887e06296c00a1d /x11/libhelp | |
parent | 96409ceaf1168d198349a48bda9599fbbdc61935 (diff) | |
download | freebsd-ports-gnome-ef098dde637539040567d5a411ca43474ea9b156.tar.gz freebsd-ports-gnome-ef098dde637539040567d5a411ca43474ea9b156.tar.zst freebsd-ports-gnome-ef098dde637539040567d5a411ca43474ea9b156.zip |
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.
Diffstat (limited to 'x11/libhelp')
-rw-r--r-- | x11/libhelp/Makefile | 4 |
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 |