Cdiff Makefile.sfw
*** /export/home/steve/work/usr/webrev/src/cmd/xmms/Makefile.sfw-       Sun May  4 04:45:14 2008
--- Makefile.sfw        Sun May  4 04:44:30 2008

*** 20,30 **** # # # ! # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # VER=xmms-1.2.11 --- 20,30 ---- # # # ! # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # VER=xmms-1.2.11
*** 55,64 **** --- 55,65 ---- $(VER)/configure: $(VER).tar.bz2 /usr/bin/bzip2 -dc $(VER).tar.bz2 | /usr/sfw/bin/gtar xpf - touch $(VER)/configure gpatch -p0 < configure.diff + gpatch -p0 < patch.playlist clean: -rm -rf $(VER) include ../Makefile.targ