db-1.85-gentoo-paths.patch 684 B

123456789101112131415161718192021222324252627282930
  1. --- PORT/linux/Makefile
  2. +++ PORT/linux/Makefile
  3. @@ -1,12 +1,12 @@
  4. # @(#)Makefile 8.9 (Berkeley) 7/14/94
  5. -LIBDB= libdb.a
  6. -LIBDBSO=libdb.so
  7. +LIBDB= libdb1.a
  8. +LIBDBSO=libdb1.so
  9. SOVER=2
  10. SONAME=$(LIBDBSO).$(SOVER)
  11. LIBNDBM=libndbm.a
  12. LIBNDBMSO=libndbm.so
  13. -PROG= db_dump185
  14. +PROG= db1_dump185
  15. OBJ1= hash.o hash_bigkey.o hash_buf.o hash_func.o hash_log2.o hash_page.o \
  16. ndbm.o
  17. OBJ2= bt_close.o bt_conv.o bt_debug.o bt_delete.o bt_get.o bt_open.o \
  18. @@ -27,8 +27,8 @@
  19. DESTDIR =
  20. prefix = /usr
  21. bindir = $(prefix)/bin
  22. -libdir = $(prefix)/lib
  23. -includedir = $(prefix)/include
  24. +libdir = $(prefix)/@GENTOO_LIBDIR@
  25. +includedir = $(prefix)/include/db1
  26. all: $(LIBDB) $(LIBDBSO) $(PROG)