summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorcgd <cgd>1999-06-14 00:08:59 +0000
committercgd <cgd>1999-06-14 00:08:59 +0000
commit4ec705cac6d3628564730675013f41ca1fb371e7 (patch)
treef5b10e53802589322ae57d398eaa7694cbcfa19d /devel
parentef62b9368afde5cc6feb7b84ee91660a786986b3 (diff)
downloadpkgsrc-4ec705cac6d3628564730675013f41ca1fb371e7.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')
-rw-r--r--devel/ncurses/Makefile11
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