f837cb8990
list of changes is not available, but the old distfile isn't available anymore partially based on PR pkg/7969 and PR pkg/17980 by Wojciech Puchar pkg was also converted to not depend on unproven-pthreads; this is good enough to have the sample thread program running correctly with pth, other pwlib apps need to be tested if they work with non-preemptive threads
14 lines
398 B
Text
14 lines
398 B
Text
$NetBSD: patch-aj,v 1.2 2002/12/01 18:31:42 jdolecek Exp $
|
|
|
|
--- ./make/ptlib.mak.orig Wed Dec 2 03:37:31 1998
|
|
+++ ./make/ptlib.mak Sun Aug 18 23:07:47 2002
|
|
@@ -38,7 +38,7 @@
|
|
PWLIBDIR=$(HOME)/pwlib
|
|
endif
|
|
|
|
-include $(PWLIBDIR)/make/unix.mak
|
|
-include $(PWLIBDIR)/make/common.mak
|
|
+include $(PWLIBDIR)/share/pwlib/make/unix.mak
|
|
+include $(PWLIBDIR)/share/pwlib/make/common.mak
|
|
|
|
# End of ptlib.mak
|