pkgsrc-wip/db1/patches/patch-aa
Roland Illig 11b1db746a Made the package build on Linux. Added buildlink3.mk for other packages.
Integrated the patches from the TODO list.
2004-07-03 18:33:03 +00:00

14 lines
438 B
Text

$NetBSD: patch-aa,v 1.1 2004/07/03 18:33:04 rillig Exp $
--- PORT/linux/Makefile.orig 1994-07-14 03:43:16.000000000 +0200
+++ PORT/linux/Makefile 2004-07-03 20:19:06.000000000 +0200
@@ -15,8 +15,7 @@
${LIBDB}: ${OBJ1} ${OBJ2} ${OBJ3} ${OBJ4} ${OBJ5} ${MISC}
rm -f $@
- ar cq $@ \
- `lorder ${OBJ1} ${OBJ2} ${OBJ3} ${OBJ4} ${OBJ5} ${MISC} | tsort`
+ ar cq $@ ${OBJ1} ${OBJ2} ${OBJ3} ${OBJ4} ${OBJ5} ${MISC}
ranlib $@
clean: