]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
ncurses: Fix build.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 12 Nov 2010 01:04:20 +0000 (02:04 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 12 Nov 2010 01:04:20 +0000 (02:04 +0100)
pkgs/core/ncurses/ncurses.nm

index 10d00db6c4119608ef9252fed456fd40df40fef5..251a8f1cabe4cdea269facf12d4011421728fb80 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = ncurses
 PKG_VER        = 5.7
-PKG_REL        = 0
+PKG_REL        = 1
 
 PKG_MAINTAINER =
 PKG_GROUP      = System/Base
@@ -34,7 +34,7 @@ PKG_URL        = http://invisible-island.net/ncurses/ncurses.html
 PKG_LICENSE    = MIT
 PKG_SUMMARY    = Ncurses support utilities.
 
-PKG_PACKAGES  += $(PKG_NAME_REAL)-devel
+PKG_BUILD_DEPS+= gcc-c++
 
 define PKG_DESCRIPTION
        The curses library routines are a terminal-independent method of \
@@ -45,9 +45,7 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tar.gz
 
-###############################################################################
-# Installation Details
-###############################################################################
+PKG_PACKAGES  += $(PKG_NAME_REAL)-devel
 
 define STAGE_BUILD
        cd $(DIR_APP) && \