We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef12012 commit 24549dfCopy full SHA for 24549df
src/interfaces/ecpg/lib/Makefile.in
@@ -25,12 +25,12 @@ ifeq ($(PORTNAME), bsd)
25
LDFLAGS_SL = -x -Bshareable -Bforcearchive
26
CFLAGS += $(CFLAGS_SL)
27
endif
28
-ifeq ($(PORTNAME), i386_solaris)
29
- install-shlib-dep := install-shlib
30
- shlib := libecpg.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
31
- LDFLAGS_SL = -G -z text
32
- CFLAGS += $(CFLAGS_SL)
33
-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
34
ifeq ($(PORTNAME), univel)
35
install-shlib-dep := install-shlib
36
shlib := libecpg.so.1
0 commit comments