pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lldb-netbsd: Drop pre-libpanel build option



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Jan 27 18:06:05 2017 +0100
Changeset:	1118be2babd6626a70fc5f26217c25924ddc77c6

Modified Files:
	lldb-netbsd/Makefile

Log Message:
lldb-netbsd: Drop pre-libpanel build option

NetBSD pre 8.0 won't be supported, enable unconditionally curses.

Sponsored by <The NetBSD Foundation>

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1118be2babd6626a70fc5f26217c25924ddc77c6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lldb-netbsd/Makefile | 6 ------
 1 file changed, 6 deletions(-)

diffs:
diff --git a/lldb-netbsd/Makefile b/lldb-netbsd/Makefile
index 31a2d32..6d25a6c 100644
--- a/lldb-netbsd/Makefile
+++ b/lldb-netbsd/Makefile
@@ -54,12 +54,6 @@ TEST_TARGET=		check-lldb
 #TEST_TARGET=		check-lldb-expr # unknown
 TEST_ENV+=		LD_LIBRARY_PATH=${WRKDIR}/build/lib
 
-.if exists(/usr/include/panel.h)
-CMAKE_ARGS+=	-DLLDB_DISABLE_CURSES:BOOL=FALSE
-.else
-CMAKE_ARGS+=	-DLLDB_DISABLE_CURSES:BOOL=TRUE
-.endif
-
 post-extract:
 	${RUN} mkdir -p ${WRKDIR}/build
 


Home | Main Index | Thread Index | Old Index