summaryrefslogtreecommitdiff
path: root/www/xitami/files/patch-xiadmin-makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-05-21 20:39:56 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-05-21 20:39:56 +0000
commitbe630ee5ea114e263b2f04b7307908ae449493d2 (patch)
tree8df8b306a99b63f00541e94c33bb82dcd28f2f7a /www/xitami/files/patch-xiadmin-makefile
parent1. ring.ip-kyoto.ad.jp seems to have been down for some time, remove (diff)
- Update to 2.5c2
PR: ports/96146 Submitted by: Bernd Luevelsmeyer <bdluevel@heitec.net> (maintainer)
Notes
Notes: svn path=/head/; revision=162975
Diffstat (limited to 'www/xitami/files/patch-xiadmin-makefile')
-rw-r--r--www/xitami/files/patch-xiadmin-makefile20
1 files changed, 20 insertions, 0 deletions
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