diff options
Diffstat (limited to 'src/interfaces/ecpg/lib')
-rw-r--r-- | src/interfaces/ecpg/lib/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/lib/Makefile.in b/src/interfaces/ecpg/lib/Makefile.in index 1b38c6a539a..6387a203419 100644 --- a/src/interfaces/ecpg/lib/Makefile.in +++ b/src/interfaces/ecpg/lib/Makefile.in @@ -31,7 +31,7 @@ ifeq ($(PORTNAME), bsd) CFLAGS += $(CFLAGS_SL) endif endif -#ifeq ($(PORTNAME), i386_solaris) +#ifeq ($(PORTNAME), solaris) # install-shlib-dep := install-shlib # shlib := libecpg.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION) # LDFLAGS_SL = -G -z text |