diff options
Diffstat (limited to 'net/jabber-conference/files/patch-aa')
-rw-r--r-- | net/jabber-conference/files/patch-aa | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net/jabber-conference/files/patch-aa b/net/jabber-conference/files/patch-aa deleted file mode 100644 index f430df9..0000000 --- a/net/jabber-conference/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.orig Mon Apr 15 00:17:50 2002 -+++ Makefile Mon Apr 15 00:18:33 2002 -@@ -1,6 +1,7 @@ --include ../platform-settings -+INCDIR= ${PREFIX}/include/jabber -+include ${INCDIR}/platform-settings - --CFLAGS:=$(CFLAGS) -I../jabberd -+CFLAGS:=$(CFLAGS) -I${INCDIR} - - conference_OBJECTS=conference.o conference_room.o conference_user.o - |