summaryrefslogtreecommitdiff
path: root/x11/libhelp (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-08-31$Id$ -> $FreeBSD$Peter Wemm1-1/+1
Notes: svn path=/head/; revision=21147
1999-05-31Fix build for Alpha.Steve Price1-7/+15
Notes: svn path=/head/; revision=19135
1999-05-12Fix building by properly using MOTIFLIB (actually just changedSatoshi Asami2-1/+12
"MOTIFLIB=" to "MOTIFLIB?="). Notes: svn path=/head/; revision=18796
1999-05-02add support for MOTIFLIBMichael Haro1-15/+24
I couldn't reproduce the error shown on bento but this should probably be added anyway. Notes: svn path=/head/; revision=18322
1998-04-14Un-break.Thomas Gellekum2-22/+19
Notes: svn path=/head/; revision=10515
1998-04-14Doesn't build....Satoshi Asami1-1/+3
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: svn path=/head/; revision=10512
1998-04-09Import libhelp port. libhelp is a hypertext help system for MotifThomas Gellekum18-0/+418
applications. Call xmhelp for an example and introduction. Submitted by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de> Notes: svn path=/head/; revision=10451