Ticket #137: libmatroska-1.0.0.patch
| File libmatroska-1.0.0.patch, 531 bytes (added by disreali, 5 years ago) |
|---|
-
make/linux/Makefile
diff -Naur libmatroska-1.0.0/make/linux/Makefile libmatroska-1.0.0-haiku/make/linux/Makefile
old new 13 13 # BeOS wants the libs and headers in /boot/home/config 14 14 ifeq (BeOS,$(shell uname -s)) 15 15 prefix=/boot/home/config 16 endif 17 # Haiku wants the libs and headers in /boot/common 18 ifeq (Haiku,$(shell uname -s)) 19 prefix=/boot/common 16 20 else 17 21 prefix=/usr/local 18 22 endif
