summaryrefslogtreecommitdiff
path: root/devel/ptl/files/patch-Util::Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ptl/files/patch-Util::Makefile.in')
-rw-r--r--devel/ptl/files/patch-Util::Makefile.in27
1 files changed, 6 insertions, 21 deletions
diff --git a/devel/ptl/files/patch-Util::Makefile.in b/devel/ptl/files/patch-Util::Makefile.in
index e4ff43418d3a..2375318fe7b2 100644
--- a/devel/ptl/files/patch-Util::Makefile.in
+++ b/devel/ptl/files/patch-Util::Makefile.in
@@ -1,26 +1,11 @@
---- Util/Makefile.in.orig Sat Mar 30 03:15:35 2002
-+++ Util/Makefile.in Sat Mar 30 16:48:35 2002
-@@ -93,3 +93,3 @@
-
--OPTCFLAGS = -g -O3
-+OPTCFLAGS = -g -O -pipe -march=pentiumpro
- INCLUDE = -I. -I$(arch_includedir) $(ARCH_SPECIAL) -I$(srcdir) -I$(altsysdir)
-@@ -119,3 +119,3 @@
+--- Util/Makefile.in.orig Tue Nov 26 21:19:47 2002
++++ Util/Makefile.in Mon Dec 9 13:51:23 2002
+@@ -117,7 +117,7 @@
+ STATIC_LIBRARY = libPTL.a
+ PROFLIBRARY = libPTL_p.a
SHARED_LIBRARY = libPTL.so
-SLIBVER = 2.1
+SLIBVER = 2
-@@ -325,4 +325,4 @@
- $(utildir)/configure: $(utildir)/configure.in
-- test -f $(AUTOCONFBINDIR)/autoconf && \
-- (cd $(utildir) ; autoconf) || exit 0
-+ test -f $(AUTOCONFBINDIR)/autoconf213 && \
-+ (cd $(utildir) ; autoconf213) || exit 0
+ ALTSYS_LINK = -L$(altsysdir) -laltsys `cat $(altsysdir)/linker_opt`
-@@ -331,4 +331,4 @@
- $(utildir)/stamp-h.in: configure.in acconfig.h
-- test -f $(AUTOCONFBINDIR)/autoheader && \
-- (cd $(utildir) ; autoheader configure.in > config.h.in) || exit 0
-+ test -f $(AUTOCONFBINDIR)/autoheader213 && \
-+ (cd $(utildir) ; autoheader213 configure.in > config.h.in) || exit 0
- date > $(utildir)/stamp-h.in