diff -Naur wmii+ixp-3.9.2/cmd/wmii/Makefile wmii+ixp-3.9.2.new/cmd/wmii/Makefile --- wmii+ixp-3.9.2/cmd/wmii/Makefile Thu Jun 10 09:24:02 2010 +++ wmii+ixp-3.9.2.new/cmd/wmii/Makefile Mon Mar 7 21:24:58 2011 @@ -12,7 +12,7 @@ LIB = $(LIBIXP) LIBS += -lm $(LIBS9) -CFLAGS += $(INCICONV) -DIXP_NEEDAPI=97 +CFLAGS += -DIXP_NEEDAPI=97 OBJ = area \ bar \ client \ diff -Naur wmii+ixp-3.9.2/cmd/wmii/_util.c wmii+ixp-3.9.2.new/cmd/wmii/_util.c --- wmii+ixp-3.9.2/cmd/wmii/_util.c Thu Jun 10 09:24:02 2010 +++ wmii+ixp-3.9.2.new/cmd/wmii/_util.c Mon Mar 7 21:25:04 2011 @@ -5,7 +5,7 @@ #include #include #include -#include +#include #include #include #include diff -Naur wmii+ixp-3.9.2/cmd/wmii/main.c wmii+ixp-3.9.2.new/cmd/wmii/main.c --- wmii+ixp-3.9.2/cmd/wmii/main.c Thu Jun 10 09:24:02 2010 +++ wmii+ixp-3.9.2.new/cmd/wmii/main.c Mon Mar 7 21:25:06 2011 @@ -10,7 +10,7 @@ #include #include #include -#include +#include #include #include #include "fns.h" diff -Naur wmii+ixp-3.9.2/config.mk wmii+ixp-3.9.2.new/config.mk --- wmii+ixp-3.9.2/config.mk Thu Jun 10 09:24:04 2010 +++ wmii+ixp-3.9.2.new/config.mk Mon Mar 7 21:25:11 2011 @@ -31,8 +31,7 @@ X11PACKAGES = xft INCX11 = $$(pkg-config --cflags $(X11PACKAGES)) -LIBICONV = # Leave blank if your libc includes iconv (glibc does) -LIBIXP = $(ROOT)/lib/libixp.a +LIBIXP = $(LIBDIR)/libixp.a # Your make shell. By default, the first found of /bin/dash, /bin/ksh, # /bin/sh. Except with bsdmake, which assumes /bin/sh is sane. bash and zsh @@ -49,8 +48,6 @@ #CC=pcc -c #LD=pcc -# *BSD -#LIBICONV = -L/usr/local/lib -liconv # +Darwin #STATIC = # Darwin doesn't like static linking #SHARED = -dynamiclib diff -Naur wmii+ixp-3.9.2/mk/dir.mk wmii+ixp-3.9.2.new/mk/dir.mk --- wmii+ixp-3.9.2/mk/dir.mk Thu Jun 10 09:24:03 2010 +++ wmii+ixp-3.9.2.new/mk/dir.mk Mon Mar 7 21:25:16 2011 @@ -8,7 +8,7 @@ echo Skipping nonexistent directory: $$i 1>&2; \ else \ echo MAKE $$targ $$BASE; \ - (cd $$i && $(MAKE) $$targ) || exit $?; \ + (cd $$i && $(MAKE) $$targ) || exit $$?; \ fi; \ done