[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / SDL

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

Diff for /pkgsrc/devel/SDL/Makefile between version 1.15 and 1.16

version 1.15, 2001/06/26 03:29:17 version 1.16, 2001/06/26 16:30:56
Line 16  BUILDLINK_DEPENDS.pth= pth>=1.4.0
Line 16  BUILDLINK_DEPENDS.pth= pth>=1.4.0
   
 USE_BUILDLINK_ONLY=     YES  USE_BUILDLINK_ONLY=     YES
 USE_CONFIG_WRAPPER=     YES  USE_CONFIG_WRAPPER=     YES
   REPLACE_BUILDLINK=      sdl-config
   
 GNU_CONFIGURE=          YES  GNU_CONFIGURE=          YES
 USE_GMAKE=              YES  USE_GMAKE=              YES
Line 52  pre-configure:
Line 53  pre-configure:
 post-configure:  post-configure:
         cd ${WRKSRC}/src/audio && ${CP} *.[ch] netbsd/          cd ${WRKSRC}/src/audio && ${CP} *.[ch] netbsd/
   
 # Fix config scripts by removing buildlink directory references.  
 post-build:  
         @cd ${WRKSRC};                                                  \  
         config_scripts="sdl-config";                                    \  
         for file in $${config_scripts}; do                              \  
                 ${MV} -f $${file} $${file}.fixme;                       \  
                 ${SED}  -e "s|-I${BUILDLINK_DIR}/|-I${LOCALBASE}/|g"    \  
                         -e "s|-L${BUILDLINK_DIR}/|-L${LOCALBASE}/|g"    \  
                         $${file}.fixme > $${file};                      \  
                 ${RM} -f $${file}.fixme;                                \  
                 ${CHMOD} +x $${file};                                   \  
         done  
   
 .include "../../audio/esound/buildlink.mk"  .include "../../audio/esound/buildlink.mk"
 .include "../../devel/pth/buildlink.mk"  .include "../../devel/pth/buildlink.mk"
 .include "../../graphics/Mesa/buildlink.mk"  .include "../../graphics/Mesa/buildlink.mk"

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

CVSweb <webmaster@jp.NetBSD.org>