Save xmgr history part 3. Original log:

Xinside Motif users need an additional library -lXintl.
So I used the $(MOTIFLIB) variable in the Imakefile file which can
easily be defined correctly there. Updated the patch to reflect this.
A pre-extract target informs Xinside users to do so ...
This commit is contained in:
Thomas Gellekum 1998-04-30 08:37:08 +00:00
parent f91929e9cc
commit c1b184f094
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10782
2 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Date created: So 2 Mär 1997 12:11:43 MET
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.2 1998/04/30 08:31:47 tg Exp $
# $Id: Makefile,v 1.3 1998/04/30 08:35:42 tg Exp $
#
DISTNAME= xmgr-3.01
@ -18,6 +18,10 @@ USE_IMAKE= yes
REQUIRES_MOTIF= yes
NO_INSTALL_MANPAGES= yes
pre-extract:
@$(ECHO_MSG) "Xinside Motif ? Then put this into /etc/make.conf:"
@$(ECHO_MSG) " MOTIFLIB=-L\${X11BASE}/lib -lXm -lXintl"
post-install:
@( cd ${X11BASE}/bin; ln -sf xmgr grbatch )

View File

@ -5,7 +5,7 @@
##################################
XLIB = -lX11
-LOCAL_LIBRARIES = -lXm -lXt -lPW
+LOCAL_LIBRARIES = -lXm -lXt -lcompat
+LOCAL_LIBRARIES = $(MOTIFLIB) -lXt -lcompat
LDLIBS = $(XLIB) -lm
DEPLIBS =
#################################