tfix-buildmacros-static.diff - mkports - recipes for building multiple softwares with mk(1)
 (HTM) git clone git://z3bra.org/mkports
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
       tfix-buildmacros-static.diff (466B)
       ---
            1 diff -urN a/include/buildmacros b/include/buildmacros
            2 --- a/include/buildmacros        2013-05-19 07:07:22.000000000 +0200
            3 +++ b/include/buildmacros        2016-10-24 08:51:19.334082460 +0200
            4 @@ -97,7 +97,8 @@
            5  
            6  INSTALL_LTLIB_STATIC = \
            7          cd $(TOPDIR)/$(LIBNAME)/.libs; \
            8 -        ../$(INSTALL) -m 755 -d $(PKG_DEVLIB_DIR);
            9 +        ../$(INSTALL) -m 755 -d $(PKG_DEVLIB_DIR); \
           10 +        ../$(INSTALL) -m 644 $(LIBNAME).a $(PKG_LIB_DIR)/$(LIBNAME).a;
           11  
           12  INSTALL_MAN = \
           13          @for d in $(MAN_PAGES); do \