Ticket #245: libebml-0.7.8.Patch
| File libebml-0.7.8.Patch, 510 bytes (added by michaelvoliveira, 6 years ago) |
|---|
-
make/linux/Makefile
diff -Naur libebml-0.7.8/make/linux/Makefile libebml-0.7.8-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/ebml
