freebsd-ports/audio/libsamplerate/files/patch-src_samplerate.h
Koop Mast eacb409b76 Remove ',' at the end of the last entry of emumerator list.
While here Stageify port, update LIB_DEPEND syntax and depend on package
name instead of looking for a file.

PR:		ports/161568
Submitted by:	Takefu <takefu@airport.fm>
2013-11-23 22:44:00 +00:00

11 lines
280 B
C

--- src/samplerate.h.orig 2013-11-23 23:36:11.000000000 +0100
+++ src/samplerate.h 2013-11-23 23:36:25.000000000 +0100
@@ -174,7 +174,7 @@
SRC_SINC_MEDIUM_QUALITY = 1,
SRC_SINC_FASTEST = 2,
SRC_ZERO_ORDER_HOLD = 3,
- SRC_LINEAR = 4,
+ SRC_LINEAR = 4
} ;
/*