aboutsummaryrefslogtreecommitdiff
path: root/net-im/jabber-conference/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-19 04:20:22 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-19 04:20:22 +0000
commit99f743496cb69518888a684360e64669a2b4da88 (patch)
tree41fbd5eceb802dd86c4db80fbfc215f834651810 /net-im/jabber-conference/files
parente05ed36727813c752300995435b0dc1aee51ecc3 (diff)
downloadports-99f743496cb69518888a684360e64669a2b4da88.tar.gz
ports-99f743496cb69518888a684360e64669a2b4da88.zip
Notes
Diffstat (limited to 'net-im/jabber-conference/files')
-rw-r--r--net-im/jabber-conference/files/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-im/jabber-conference/files/patch-aa b/net-im/jabber-conference/files/patch-aa
new file mode 100644
index 000000000000..f430df919a23
--- /dev/null
+++ b/net-im/jabber-conference/files/patch-aa
@@ -0,0 +1,12 @@
+--- 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
+