From 24549df4bf9f1fc413bfc6a2ffe889b9002698b0 Mon Sep 17 00:00:00 2001
From: "Marc G. Fournier" <scrappy@hub.org>
Date: Thu, 19 Feb 1998 17:02:25 +0000
Subject: [PATCH] Don't make shared libraries for i386_solaris yet...it doesn't
 work

---
 src/interfaces/ecpg/lib/Makefile.in | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/interfaces/ecpg/lib/Makefile.in b/src/interfaces/ecpg/lib/Makefile.in
index d540b29d792..a8206118a09 100644
--- a/src/interfaces/ecpg/lib/Makefile.in
+++ b/src/interfaces/ecpg/lib/Makefile.in
@@ -25,12 +25,12 @@ ifeq ($(PORTNAME), bsd)
   LDFLAGS_SL = -x -Bshareable -Bforcearchive
   CFLAGS += $(CFLAGS_SL)
 endif
-ifeq ($(PORTNAME), i386_solaris)
-  install-shlib-dep := install-shlib
-  shlib := libecpg.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
-  LDFLAGS_SL = -G -z text
-  CFLAGS += $(CFLAGS_SL)
-endif
+#ifeq ($(PORTNAME), i386_solaris)
+#  install-shlib-dep := install-shlib
+#  shlib := libecpg.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
+#  LDFLAGS_SL = -G -z text
+#  CFLAGS += $(CFLAGS_SL)
+#endif
 ifeq ($(PORTNAME), univel)
   install-shlib-dep := install-shlib
   shlib := libecpg.so.1
-- 
GitLab