summaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorjseger <jseger@FreeBSD.org>1998-10-12 12:33:23 +0000
committerjseger <jseger@FreeBSD.org>1998-10-12 12:33:23 +0000
commit08f8be23ebe0139db812a38659df538d0d7d26d7 (patch)
treee4c94c3a24f3b1fa2639aa2b44917fdce4d65b1b /print
parentfc8258c340643bd425b7d92f3247ed27bf2c86e0 (diff)
downloadFreeBSD-ports-08f8be23ebe0139db812a38659df538d0d7d26d7.zip
FreeBSD-ports-08f8be23ebe0139db812a38659df538d0d7d26d7.tar.gz
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'
Diffstat (limited to 'print')
-rw-r--r--print/asprint/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/asprint/Makefile b/print/asprint/Makefile
index 112e7fa..aff8964 100644
--- a/print/asprint/Makefile
+++ b/print/asprint/Makefile
@@ -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
OpenPOWER on IntegriCloud