multimedia/musikcube: Update 0.96.4 -> 0.96.5
Reported by: portscout
This commit is contained in:
parent
157fe92cc9
commit
5841c7f1f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563246
3 changed files with 8 additions and 9 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= musikcube
|
||||
DISTVERSION= 0.96.4
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 0.96.5
|
||||
CATEGORIES= multimedia audio
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1610930210
|
||||
SHA256 (clangen-musikcube-0.96.4_GH0.tar.gz) = c184fe12a62da15f6dfabab885a991f5ad49065fcc7e1bef2b2892b15ed7bb99
|
||||
SIZE (clangen-musikcube-0.96.4_GH0.tar.gz) = 9474628
|
||||
TIMESTAMP = 1611944934
|
||||
SHA256 (clangen-musikcube-0.96.5_GH0.tar.gz) = ee00667ea172a557c00de485fbbaa3fde3eb5ec1867c94b5f1705c1b72807490
|
||||
SIZE (clangen-musikcube-0.96.5_GH0.tar.gz) = 9474635
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
--- src/musikcube/CMakeLists.txt.orig 2021-01-17 23:53:19 UTC
|
||||
--- src/musikcube/CMakeLists.txt.orig 2021-01-24 21:53:38 UTC
|
||||
+++ src/musikcube/CMakeLists.txt
|
||||
@@ -83,7 +83,7 @@ set_target_properties(musikcube PROPERTIES LINK_FLAGS
|
||||
|
||||
if (CMAKE_SYSTEM_NAME MATCHES "Linux" OR CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
|
||||
find_package(PkgConfig)
|
||||
- pkg_check_modules(NCURSES REQUIRED ncursesw panelw)
|
||||
+ pkg_check_modules(NCURSES ncursesw panelw)
|
||||
+ pkg_check_modules(NCURSES REQUIRED ncurses panel)
|
||||
target_link_libraries(musikcube ${musikcube_LINK_LIBS} ${NCURSES_LIBRARIES} musikcore)
|
||||
else()
|
||||
target_link_libraries(musikcube ${musikcube_LINK_LIBS} curses panel musikcore)
|
||||
elseif (CMAKE_SYSTEM_NAME MATCHES "Darwin")
|
||||
if (${LINK_STATICALLY} MATCHES "true")
|
||||
|
|
Loading…
Reference in a new issue