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

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

Diff for /pkgsrc/x11/aterm/Makefile between version 1.22 and 1.23

version 1.22, 2005/06/01 18:03:27 version 1.23, 2005/06/01 19:39:36
Line 17  GNU_CONFIGURE= YES
Line 17  GNU_CONFIGURE= YES
 BUILD_DEFS+=    ATERM_USE_KANJI ATERM_USE_XTERM_SCROLL  BUILD_DEFS+=    ATERM_USE_KANJI ATERM_USE_XTERM_SCROLL
 BUILD_DEFS+=    ATERM_USE_BIG5 ATERM_USE_GREEK  BUILD_DEFS+=    ATERM_USE_BIG5 ATERM_USE_GREEK
   
 .include "../../mk/bsd.prefs.mk"  
   
 CONFIGURE_ARGS+=--enable-background-image \  CONFIGURE_ARGS+=--enable-background-image \
                 --enable-transparency \                  --enable-transparency \
                 --enable-fading \                  --enable-fading \
Line 35  CONFIGURE_ARGS+=--enable-background-imag
Line 33  CONFIGURE_ARGS+=--enable-background-imag
                 --enable-utmp \                  --enable-utmp \
                 --enable-wtmp                  --enable-wtmp
   
 .if defined(ATERM_USE_XTERM_SCROLL) && ${ATERM_USE_XTERM_SCROLL} != NO  .include "options.mk"
 CONFIGURE_ARGS+=--enable-xterm-scroll  
 .endif  
   
 .if defined(ATERM_USE_KANJI) && ${ATERM_USE_KANJI} != NO  
 CONFIGURE_ARGS+=--enable-kanji  
 .endif  
   
 .if defined(ATERM_USE_BIG5) && ${ATERM_USE_BIG5} != NO  
 CONFIGURE_ARGS+=--enable-big5  
 .endif  
   
 .if defined(ATERM_USE_GREEK) && ${ATERM_USE_GREEK} != NO  
 CONFIGURE_ARGS+=--enable-greek  
 .endif  
   
 .include "../../mk/bsd.prefs.mk"  .include "../../mk/bsd.prefs.mk"
   
 .if ${OPSYS:M*BSD} || ${OPSYS} == "Darwin"  .if ${OPSYS:M*BSD} || ${OPSYS} == "Darwin"
 # Make rxvt setuid root so that tty ownership setting and utmp logging  # Make aterm setuid root so that tty ownership setting and utmp logging
 # function correctly.  # function correctly.
 #  #
 CONFIGURE_ARGS+=--enable-ttygid  CONFIGURE_ARGS+=--enable-ttygid

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

CVSweb <webmaster@jp.NetBSD.org>