diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-16 08:32:56 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-16 08:32:56 +0800 |
commit | 4a4f06e7428caa0a66061c223a5c9970c6969733 (patch) | |
tree | 62b36b16bf7fef8bdefe6996ac281b82305c749c /vietnamese | |
parent | 1e397437800f3daba2c0934d3952bfe183d90372 (diff) | |
download | freebsd-ports-graphics-4a4f06e7428caa0a66061c223a5c9970c6969733.tar.gz freebsd-ports-graphics-4a4f06e7428caa0a66061c223a5c9970c6969733.tar.zst freebsd-ports-graphics-4a4f06e7428caa0a66061c223a5c9970c6969733.zip |
Mark BROKEN for ELF:
===> Building for vi-vn7to8-1.1.1
cc -I../include -c vn7to8.c
cc -I../include -s -o vn7to8 vn7to8.o ../lib/libviqr.a ../lib/libvntype.a
cc: ../lib/libviqr.a: No such file or directory
cc: ../lib/libvntype.a: No such file or directory
*** Error code 1
Diffstat (limited to 'vietnamese')
-rw-r--r-- | vietnamese/vn7to8/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vietnamese/vn7to8/Makefile b/vietnamese/vn7to8/Makefile index 97e5c985211..3d1af6a135b 100644 --- a/vietnamese/vn7to8/Makefile +++ b/vietnamese/vn7to8/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Dec 3, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.2 1997/09/22 16:54:16 max Exp $ +# $Id: Makefile,v 1.3 1997/10/10 06:53:37 obrien Exp $ # # version # is VISCII version supported + .<edit_revision> @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= obrien@FreeBSD.org +BROKEN_ELF= yes + CFLAGS+= -I../../include MAN1= vn7to8.1 vn8to7.1 vn80to81.1 |