Mark BROKEN for ELF:

gcc -o asprint -O2 asprint.o -L/usr/X11R6/lib  -lXaw -lXmu -lXt
/usr/libexec/elf/ld: warning: libSM.so.6, needed by /usr/X11R6/lib/libXaw.so, no
t found (try using --rpath)
/usr/libexec/elf/ld: warning: libICE.so.6, needed by /usr/X11R6/lib/libXaw.so, n
ot found (try using --rpath)
/usr/libexec/elf/ld: warning: libXext.so.6, needed by /usr/X11R6/lib/libXaw.so,
not found (try using --rpath)
/usr/libexec/elf/ld: warning: libX11.so.6, needed by /usr/X11R6/lib/libXaw.so, n
ot found (try using --rpath)
/usr/X11R6/lib/libXaw.so: undefined reference to `XFreePixmap'
/usr/X11R6/lib/libXt.so: undefined reference to `XrmEnumerateDatabase'
This commit is contained in:
Justin M. Seger 1998-10-12 12:33:23 +00:00
parent f8685f6aaa
commit 0c8bdb399a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13897

View File

@ -3,7 +3,7 @@
# Date created: 16 August 1997
# Whom: brett@peloton.physics.montana.edu
#
# $Id: Makefile,v 1.1.1.1 1997/11/04 13:42:42 tg Exp $
# $Id: Makefile,v 1.2 1998/08/05 09:31:37 asami Exp $
#
DISTNAME= asprint
@ -17,6 +17,8 @@ USE_X_PREFIX= yes
ALL_TARGET= asprint
MAKEFILE= makefile
BROKEN_ELF= yes
do-install:
${INSTALL_PROGRAM} $(WRKSRC)/asprint ${PREFIX}/bin