Skip to content

Commit

Permalink
audio/gramofile: Jettison byteswap/endian hacks
Browse files Browse the repository at this point in the history
- Pet portclippy
  • Loading branch information
5u623l20 committed Dec 31, 2023
1 parent 1723319 commit 27f5f3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 33 deletions.
7 changes: 6 additions & 1 deletion audio/gramofile/Makefile
Expand Up @@ -12,14 +12,19 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Audio recording and tick/scratch reduction for e.g. vinyl records
WWW= http://www.opensourcepartners.nl/~costar/gramofile/

LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= libfftw.so:math/fftw

ALL_TARGET= gramofile
USES= alias gmake ncurses perl5
USE_CSTD= gnu89

MAKE_ARGS= CC="${CC}" \
CXX="${CXX}" \
PERLCOREDIR=${PERLCOREDIR}
ALL_TARGET= gramofile

CFLAGS+= -D_WANT_SEMUN

PERLCOREDIR= ${LOCALBASE}/lib/perl5/${PERL_VER}/${PERL_ARCH}/CORE
Expand Down
32 changes: 0 additions & 32 deletions audio/gramofile/files/post-patch-bplay.c

This file was deleted.

0 comments on commit 27f5f3f

Please sign in to comment.