Cdiff Makefile.sfw
*** /export/home/steve/work.muttslang/usr/webrev/src/lib/slang/Makefile.sfw- Tue Jan 22 16:54:03 2008
--- Makefile.sfw Fri Jan 18 05:12:31 2008
*** 19,33 ****
# CDDL HEADER END
#
#
#
! # Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.
# Use is subject to license terms.
#
! VER=slang-2.0.7
#
# We need to jump through hoops to set CFLAGS, CC, etc because slang has two
# parallel sets of defines-- ELF_* is for building the shared library version
# of slang. The configure script is too dumb to pick these up from the
--- 19,33 ----
# CDDL HEADER END
#
#
#
! # Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
# Use is subject to license terms.
#
! VER=slang-2.1.3
#
# We need to jump through hoops to set CFLAGS, CC, etc because slang has two
# parallel sets of defines-- ELF_* is for building the shared library version
# of slang. The configure script is too dumb to pick these up from the
*** 53,64 ****
CC=$(SRC)/tools/gcc CXX=$(SRC)/tools/g++ \
"CFLAGS=-O" \
./configure --prefix=/opt/sfw \
)
! $(VER)/configure: $(VER).tar.gz
! gzip -dc $(VER).tar.gz | tar xpf -
touch $(VER)/configure
clean:
-rm -rf $(VER)
--- 53,64 ----
CC=$(SRC)/tools/gcc CXX=$(SRC)/tools/g++ \
"CFLAGS=-O" \
./configure --prefix=/opt/sfw \
)
! $(VER)/configure: $(VER).tar.bz2
! bzip2 -dc $(VER).tar.bz2 | tar xpf -
touch $(VER)/configure
clean:
-rm -rf $(VER)