openbsd-ports/audio/libsidplay/Makefile
naddy 45aca3b4bd audio/libsidplay: update to 1.36.59, fix data type width
* Update to 1.36.59, found on Gentoo.

* Fix the "dword" data types to be 32 bits even on 64-bit platforms.
  This fixes sid2wav from audio/sidplay.
  Based on a patch by Dave Vandervies.

* Drop maintainer.
2022-08-15 20:39:14 +00:00

25 lines
518 B
Makefile

COMMENT= C64 music player and SID chip emulator library
DISTNAME= libsidplay-1.36.59
CATEGORIES= audio
SHARED_LIBS += sidplay 2.0 # .1.3
# GPL
PERMIT_PACKAGE= Yes
WANTLIB = m ${COMPILER_LIBCXX}
COMPILER = base-clang ports-gcc base-gcc
MASTER_SITES= https://distfiles.gentoo.org/distfiles/
EXTRACT_SUFX= .tgz
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/scripts
CONFIGURE_STYLE= gnu
.if ${MACHINE_ARCH} == "i386"
CONFIGURE_ARGS+= --enable-optfixpoint --enable-optendian
.endif
.include <bsd.port.mk>