Mark BROKEN for ELF:

g++ -o xminehunter -DMINE_SCORE_PATH=\"/usr/X11R6/lib/X11/xminehunter\" xminehun
ter.o callbacks.o event_handlers.o app.o interface.o constructor.o bitmap.o -L/u
sr/X11R6/lib /usr/X11R6/lib/libXm.a -lXt -lXpm -lXext -lX11
/usr/libexec/elf/ld: warning: libSM.so.6, needed by /usr/X11R6/lib/libXt.so, not
 found (try using --rpath)
/usr/libexec/elf/ld: warning: libICE.so.6, needed by /usr/X11R6/lib/libXt.so, no
t found (try using --rpath)
/usr/X11R6/lib/libXt.so: undefined reference to `SmcSaveYourselfDone'
/usr/X11R6/lib/libXt.so: undefined reference to `IceConnectionNumber'
This commit is contained in:
Justin M. Seger 1998-10-13 14:47:14 +00:00
parent adf6f44d87
commit 835ff19b02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13953

View File

@ -3,7 +3,7 @@
# Date created: 09 January 1997
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
# $Id: Makefile,v 1.6 1998/09/15 11:13:16 asami Exp $
# $Id: Makefile,v 1.7 1998/09/17 00:32:37 asami Exp $
#
DISTNAME= xminehunter-0.4
@ -13,6 +13,9 @@ MASTER_SITE_SUBDIR= games
MAINTAINER= tg@FreeBSD.ORG
BROKEN_ELF= yes
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes