diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 12:33:23 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 12:33:23 +0000 |
commit | 0c8bdb399a284814c1a883520bb6bd701cf6a2d8 (patch) | |
tree | f9302e4dc0de926d9db73b732ca30dbc4083c513 /print/asprint | |
parent | Mark BROKEN for ELF. (diff) |
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/asprint')
-rw-r--r-- | print/asprint/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/asprint/Makefile b/print/asprint/Makefile index 112e7fa21d85..aff8964c1d49 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 |