mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
The configure script sometimes goes into an infinite loop, spewing out
=== ^GBINDIR = directory of binaries? y does not exist ^GBINDIR = directory of binaries? y does not exist ^GBINDIR = directory of binaries? y does not exist ^GBINDIR = directory of binaries? y does not exist === forever.
This commit is contained in:
parent
5c9d7097db
commit
538870682e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14927
@ -3,7 +3,7 @@
|
||||
# Date created: 14 Feb. 1997
|
||||
# Whom: Kiroh HARADA <kiroh@kh.rim.or.jp>
|
||||
#
|
||||
# $Id: Makefile,v 1.3 1998/03/21 01:49:56 itojun Exp $
|
||||
# $Id: Makefile,v 1.4 1998/06/04 14:47:24 kuriyama Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gn-1.36
|
||||
@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.omronsoft.co.jp/pub/misc/gn/
|
||||
|
||||
MAINTAINER= kiroh@kh.rim.or.jp
|
||||
|
||||
BROKEN= infinite loop
|
||||
|
||||
WRKSRC= ${WRKDIR}/gn-1.36/src
|
||||
|
||||
pre-configure:
|
||||
|
Loading…
Reference in New Issue
Block a user