diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-02-18 04:45:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-02-18 04:45:09 +0000 |
commit | 6cee691e8af39e89f39a41340b45010d44fac65a (patch) | |
tree | 2c4de2aa7c62c37628d83ce19128ddb262111ed3 /audio/libshairport/files/patch-src-Makefile.am | |
parent | 917d50a3e712b4b60bb141aeb1251f82b43dcfc3 (diff) |
Notes
Diffstat (limited to 'audio/libshairport/files/patch-src-Makefile.am')
-rw-r--r-- | audio/libshairport/files/patch-src-Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/libshairport/files/patch-src-Makefile.am b/audio/libshairport/files/patch-src-Makefile.am new file mode 100644 index 000000000000..4f1d46973aee --- /dev/null +++ b/audio/libshairport/files/patch-src-Makefile.am @@ -0,0 +1,12 @@ +--- src/Makefile.am.orig 2011-09-23 23:14:39.000000000 +0200 ++++ src/Makefile.am 2012-10-09 12:09:33.000000000 +0200 +@@ -1,7 +1,7 @@ + lib_LTLIBRARIES=libshairport.la + +-library_includedir=$(includedir) +-library_include_HEADERS = shairport.h ++library_includedir=$(includedir)/shairport ++library_include_HEADERS = shairport.h ao.h socketlib.h + + libshairport_la_SOURCES=shairport.c hairtunes.c socketlib.c alac.c + libshairport_la_LDFLAGS=-dynamiclib |