diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-07 06:08:23 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-07 06:08:23 +0000 |
commit | 812a549d83e7ce92cb953ab9c62e6d744f4e68f4 (patch) | |
tree | 6c7146c174a3e9a7f877a6fbb9130ad6f25af770 | |
parent | Update to version 1.4a. (diff) |
Actually, I haven't fixed thie linker command line. Mark it
BROKEN_ELF until someone fixes that.
Notes
Notes:
svn path=/head/; revision=13699
-rw-r--r-- | japanese/gd/Makefile | 4 | ||||
-rw-r--r-- | japanese/gd1/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/japanese/gd/Makefile b/japanese/gd/Makefile index 8aad370fd781..2e4aace509a1 100644 --- a/japanese/gd/Makefile +++ b/japanese/gd/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Aug 1998 # Whom: ichiro@ichiro.org # -# $Id: Makefile,v 1.1.1.1 1998/09/10 14:17:47 kuriyama Exp $ +# $Id: Makefile,v 1.2 1998/10/06 20:52:44 asami Exp $ # DISTNAME= gd1.3 @@ -20,6 +20,8 @@ MAINTAINER= ichiro@ichiro.org BUILD_DEPENDS= ${PREFIX}/lib/libVFlib2.a:${PORTSDIR}/japanese/vflib +BROKEN_ELF= linker command line + FETCH_BEFORE_ARGS= -b pre-install: diff --git a/japanese/gd1/Makefile b/japanese/gd1/Makefile index 8aad370fd781..2e4aace509a1 100644 --- a/japanese/gd1/Makefile +++ b/japanese/gd1/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Aug 1998 # Whom: ichiro@ichiro.org # -# $Id: Makefile,v 1.1.1.1 1998/09/10 14:17:47 kuriyama Exp $ +# $Id: Makefile,v 1.2 1998/10/06 20:52:44 asami Exp $ # DISTNAME= gd1.3 @@ -20,6 +20,8 @@ MAINTAINER= ichiro@ichiro.org BUILD_DEPENDS= ${PREFIX}/lib/libVFlib2.a:${PORTSDIR}/japanese/vflib +BROKEN_ELF= linker command line + FETCH_BEFORE_ARGS= -b pre-install: |