1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Doesn't compile....

---
adagcc -c -I. -I../ada_include -I./../ada_include -I. sample.adb
terminal_interface-curses-aux.ads:47:37: operator for type "Interfaces.C.int" is not directly visible
terminal_interface-curses-aux.ads:47:37: use clause would make operation legal
terminal_interface-curses-aux.ads:52:37: operator for type "Interfaces.C.int" is not directly visible
terminal_interface-curses-aux.ads:52:37: use clause would make operation legal
<etc.>
This commit is contained in:
Satoshi Asami 1998-06-08 00:19:55 +00:00
parent 8b87ca1e64
commit 5861d218aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11340
2 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Date created: 23 September 1997
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.1.1.1 1998/06/07 12:01:14 kuriyama Exp $
# $Id: Makefile,v 1.2 1998/06/08 00:15:43 asami Exp $
#
DISTNAME= ncurses-1.9.9g
@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.netcom.com/pub/zm/zmbenhal/ncurses/
MAINTAINER= andy@icc.surw.chel.su
BROKEN= compile
WRKSRC= ${WRKDIR}/ncurses_1.9.9g
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-shared --datadir=${PREFIX}/share/misc

View File

@ -3,7 +3,7 @@
# Date created: 23 September 1997
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.1.1.1 1998/06/07 12:01:14 kuriyama Exp $
# $Id: Makefile,v 1.2 1998/06/08 00:15:43 asami Exp $
#
DISTNAME= ncurses-1.9.9g
@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.netcom.com/pub/zm/zmbenhal/ncurses/
MAINTAINER= andy@icc.surw.chel.su
BROKEN= compile
WRKSRC= ${WRKDIR}/ncurses_1.9.9g
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-shared --datadir=${PREFIX}/share/misc