summaryrefslogtreecommitdiff
path: root/audio/sidplay2/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-06-17 18:52:54 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-06-17 18:52:54 +0000
commit63b1f04492fa208e3ec26c21cf4f28b515a9b61a (patch)
tree31ea2ac9e29845ae23dfaad30774120edf4ac350 /audio/sidplay2/Makefile
parentUnbreak misc/mbuffer when objdump is missing (for example on aarch64) (diff)
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
Notes
Notes: svn path=/head/; revision=472626
Diffstat (limited to '')
-rw-r--r--audio/sidplay2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/sidplay2/Makefile b/audio/sidplay2/Makefile
index d8e6c46e7311..ea9165756320 100644
--- a/audio/sidplay2/Makefile
+++ b/audio/sidplay2/Makefile
@@ -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