[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / qt3-libs

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/x11/qt3-libs/Attic/Makefile between version 1.36 and 1.37

version 1.36, 2005/06/22 21:14:45 version 1.37, 2005/06/27 19:13:32
Line 34  do-install:
Line 34  do-install:
         ${LIBTOOL} ${INSTALL_LIB} ${WRKSRC}/plugins/imageformats/libqjpeg.la ${QTPREFIX}/plugins/imageformats/          ${LIBTOOL} ${INSTALL_LIB} ${WRKSRC}/plugins/imageformats/libqjpeg.la ${QTPREFIX}/plugins/imageformats/
         ${LIBTOOL} ${INSTALL_LIB} ${WRKSRC}/plugins/imageformats/libqmng.la ${QTPREFIX}/plugins/imageformats/          ${LIBTOOL} ${INSTALL_LIB} ${WRKSRC}/plugins/imageformats/libqmng.la ${QTPREFIX}/plugins/imageformats/
   
   .include "../../mk/bsd.prefs.mk"
   .if ${OPSYS} == "Darwin" && empty(MACHINE_PLATFORM:MDarwin-[567].*)
   SUBST_CLASSES+=         socklen
   SUBST_MESSAGE.socklen=  "Correcting socklen_t."
   SUBST_STAGE.socklen=    pre-configure
   SUBST_FILES.socklen=    mkspecs/darwin-g++/qplatformdefs.h
   SUBST_SED.socklen=      -e 's/QT_SOCKLEN_T.*/QT_SOCKLEN_T socklen_t/'
   .endif
   
 .include "../../devel/zlib/buildlink3.mk"  .include "../../devel/zlib/buildlink3.mk"
 .include "../../fonts/Xft2/buildlink3.mk"  .include "../../fonts/Xft2/buildlink3.mk"
 .include "../../graphics/jpeg/buildlink3.mk"  .include "../../graphics/jpeg/buildlink3.mk"

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

CVSweb <webmaster@jp.NetBSD.org>