Hi,

qdbm unconditionally attempts to build shared library, even on static archs,
MYLIBS would contain the shared lib too, so on vax, only build the static one.

No bump, since only affects vax where its broken.

OK?

Sebastian


Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/qdbm/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- Makefile    11 Mar 2013 02:52:08 -0000      1.22
+++ Makefile    9 Oct 2014 02:09:56 -0000
@@ -21,6 +21,9 @@
                        --enable-iconv ${CONFIGURE_SHARED}
 
 MAKE_FLAGS=            LIBVER=${LIBqdbm_VERSION:R} LIBREV=${LIBqdbm_VERSION:E}
+.if ${MACHINE_ARCH} == "vax"
+MAKE_FLAGS +=    MYLIBS=libqdbm.a
+.endif
 
 pre-configure:
        ${SUBST_CMD} ${WRKSRC}/Makefile.in


Reply via email to