mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
audio/sidplay2: Unbreak on FreeBSD 12.0
- While here also add license information checking for working sidplay2 library and headers... /usr/local/lib, /usr/local/include configure: error: sidplay2 build test failed with found library and header files. Please check your installation! In file included from conftest.cc:27: ... /usr/include/stdlib.h:97:17: error: declaration of 'exit' has a different language linkage _Noreturn void exit(int); ^ conftest.cc:11:6: note: previous declaration is here void exit (int); http://beefy12.nyi.freebsd.org/data/head-amd64-default/p472224_s334983/logs/errors/sidplay2-2.0.9_4.log
This commit is contained in:
parent
0a2ae52c29
commit
63b1f04492
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472626
@ -11,10 +11,14 @@ DISTNAME= sidplay-${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Commodore SID music player using libsidplay2
|
||||
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libsidplay2.so:audio/libsidplay2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= pkgconfig
|
||||
USE_CXXSTD= c++98
|
||||
|
||||
PLIST_FILES= bin/sidplay2 man/man1/sidplay2.1.gz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user