diff options
author | cgd <cgd@pkgsrc.org> | 1999-06-14 00:08:59 +0000 |
---|---|---|
committer | cgd <cgd@pkgsrc.org> | 1999-06-14 00:08:59 +0000 |
commit | cb0215f46f53b200776b8d0cbf6813f354566c2b (patch) | |
tree | f5b10e53802589322ae57d398eaa7694cbcfa19d /devel/ncurses | |
parent | ffd94ae882475c0025bb13b72d9846b9adb47e79 (diff) | |
download | pkgsrc-cb0215f46f53b200776b8d0cbf6813f354566c2b.tar.gz |
Don't disable this on the alpha. From the diff:
># XXX The following comment is somewhat incorrect. The package will build
># XXX correctly on alpha, and even build shared libs, but not quite correctly:
># XXX The shlibs have no SONAME, so references to them from programs
># XXX will end up being to libfoo.so. This may cause upgrade problems in the
># XXX future. However, an ncurses binary package appeared e.g. with 1.4,
># XXX seemingly built from these bits, so it's probably best to just enable
># XXX it for now. -- cgd 19990613
Note that that's a generic ELF problem, and not limited to the Alpha, as well.
Diffstat (limited to 'devel/ncurses')
-rw-r--r-- | devel/ncurses/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index 15056a52751..72f1dea7ebb 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1999/05/24 20:39:38 tv Exp $ +# $NetBSD: Makefile,v 1.19 1999/06/14 00:08:59 cgd Exp $ DISTNAME= ncurses-1.9.9g CATEGORIES= devel @@ -9,7 +9,14 @@ MASTER_SITES= ftp://ftp.fu-berlin.de/unix/gnu/ncurses/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.gnu.org/software/ncurses/ncurses.html -NOT_FOR_PLATFORM= *-*-alpha # needs to be libtooled +# XXX The following comment is somewhat incorrect. The package will build +# XXX correctly on alpha, and even build shared libs, but not quite correctly: +# XXX The shlibs have no SONAME, so references to them from programs +# XXX will end up being to libfoo.so. This may cause upgrade problems in the +# XXX future. However, an ncurses binary package appeared e.g. with 1.4, +# XXX seemingly built from these bits, so it's probably best to just enable +# XXX it for now. -- cgd 19990613 +#NOT_FOR_PLATFORM= *-*-alpha # needs to be libtooled GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-normal --with-shared --enable-bsdpad |