freebsd-ports/devel/ptl/files/patch-Util::Makefile.in
Akinori MUSHA 46aa7c0001 Add ptl. PTL (Portable Thread Library) is an implementation of user
level multi-thread library based on POSIX 1003.1c API.
2001-04-07 19:38:07 +00:00

12 lines
299 B
Plaintext

--- Util/Makefile.in.orig Sun Apr 8 03:00:36 2001
+++ Util/Makefile.in Sun Apr 8 03:21:21 2001
@@ -117,7 +117,7 @@
STATIC_LIBRARY = libPTL.a
PROFLIBRARY = libPTL_p.a
SHARED_LIBRARY = libPTL.so
-SLIBVER = 2.0
+SLIBVER = 2
ALTSYS_LINK = -L$(altsysdir) -laltsys `cat $(altsysdir)/linker_opt`