Ticket #47016: patch-makefile.osx

File patch-makefile.osx, 458 bytes (added by slewsys (Andrew L. Moore), 9 years ago)

Patch to use system libsndfile

Line 
1--- src/makefile.osx~   2014-12-22 17:14:58.000000000 -0500
2+++ src/makefile.osx    2015-03-03 01:54:09.000000000 -0500
3@@ -37,7 +37,7 @@
4 # by default, ChucK uses a pre-configured libsndfile...
5 # uncomment the next 3 lines to use libsndfile on your system
6 #-----------------------------------------------------------------------------
7-#FLAGS+= -D__CK_SNDFILE_NATIVE__
8-#LIBS+= -lsndfile
9-#SF_OBJ=
10+FLAGS+= -D__CK_SNDFILE_NATIVE__
11+LIBS+= -lsndfile
12+SF_OBJ=
13