[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / audio / alsa-utils

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

Diff for /pkgsrc/audio/alsa-utils/Makefile between version 1.11 and 1.12

version 1.11, 2014/05/04 04:29:20 version 1.12, 2014/06/09 12:34:26
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  #
   
 DISTNAME=       alsa-utils-1.0.22  DISTNAME=       alsa-utils-1.0.27.2
 CATEGORIES=     audio  CATEGORIES=     audio
 MASTER_SITES=   ftp://ftp.alsa-project.org/pub/utils/  MASTER_SITES=   ftp://ftp.alsa-project.org/pub/utils/
 MASTER_SITES+=  ftp://gd.tuwien.ac.at/opsys/linux/alsa/utils/  MASTER_SITES+=  ftp://gd.tuwien.ac.at/opsys/linux/alsa/utils/
Line 17  USE_PKGLOCALEDIR= yes
Line 17  USE_PKGLOCALEDIR= yes
 USE_NCURSES=            yes  USE_NCURSES=            yes
 LDFLAGS.DragonFly=      -lm  LDFLAGS.DragonFly=      -lm
 LDFLAGS.SunOS+=         -lm -lsocket -lnsl  LDFLAGS.SunOS+=         -lm -lsocket -lnsl
   CPPFLAGS.NetBSD+=       -D__u32=uint32_t -D__u64=uint64_t
   CPPFLAGS.NetBSD+=       -Dbswap_16=bswap16 -Dbswap_32=bswap32
   
   CFLAGS+=                -g
   
 REPLACE_BASH=           alsaconf/alsaconf.in  REPLACE_BASH=           alsaconf/alsaconf.in
   

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb <webmaster@jp.NetBSD.org>