From be630ee5ea114e263b2f04b7307908ae449493d2 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 21 May 2006 20:39:56 +0000 Subject: - Update to 2.5c2 PR: ports/96146 Submitted by: Bernd Luevelsmeyer (maintainer) --- www/xitami/files/patch-xiadmin-makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 www/xitami/files/patch-xiadmin-makefile (limited to 'www/xitami/files/patch-xiadmin-makefile') diff --git a/www/xitami/files/patch-xiadmin-makefile b/www/xitami/files/patch-xiadmin-makefile new file mode 100644 index 000000000000..739bbf1a0d47 --- /dev/null +++ b/www/xitami/files/patch-xiadmin-makefile @@ -0,0 +1,20 @@ +--- xiadmin/makefile.orig Thu Jul 22 16:51:53 2004 ++++ xiadmin/makefile Wed Apr 19 09:51:47 2006 +@@ -22,7 +22,7 @@ + # with the iMatix c script without any arguments. + # + .c$(OBJ): +- c -q $< ++ $(CC) $(CFLAGS) -c -I../smt -I../sfl -I../studio $< + # And .c files _do_not_ depend on .l files (.l files are Libero files, + # not lex input files as the default rules think). + # +@@ -39,7 +39,7 @@ + # Dependencies + # + libxac$(LIB): xiadmin$(OBJ) +- c -q -r libxac$(LIB) xiadmin$(OBJ) ++ $(AR) -r libxac$(LIB) xiadmin$(OBJ) + xiadmin$(OBJ): xiadmin.c #!mkdep + xiadmin.i: xiadmin.l + lr xiadmin.l -- cgit v1.2.3