Ticket #137: libmatroska-0.8.1.Patch
| File libmatroska-0.8.1.Patch, 530 bytes (added by michaelvoliveira, 6 years ago) |
|---|
-
make/linux/Makefile
diff -Naur libmatroska-0.8.1/make/linux/Makefile libmatroska-0.8.1-haiku/make/linux/Makefile
old new 12 12 # Paths 13 13 # BeOS wants the libs and headers in /boot/home/config 14 14 ifeq (BeOS,$(shell uname -s)) 15 prefix=/boot/ home/config15 prefix=/boot/common 16 16 else 17 prefix=/ usr/local17 prefix=/boot/common 18 18 endif 19 19 libdir=$(prefix)/lib 20 20 includedir=$(prefix)/include/matroska
