diff options
Diffstat (limited to 'net-im/mu-conference/files/mu-conference-makefile.patch')
-rw-r--r-- | net-im/mu-conference/files/mu-conference-makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/mu-conference/files/mu-conference-makefile.patch b/net-im/mu-conference/files/mu-conference-makefile.patch new file mode 100644 index 000000000000..2a009402a0aa --- /dev/null +++ b/net-im/mu-conference/files/mu-conference-makefile.patch @@ -0,0 +1,11 @@ +--- Makefile 2003-11-15 04:19:44.000000000 +0000 ++++ Makefile.new 2004-01-10 02:20:28.753368424 +0000 +@@ -1,6 +1,6 @@ +-include ../../platform-settings ++include /usr/lib/jabberd/platform-settings + +-CFLAGS:=$(CFLAGS) -I../../jabberd -I../include `pkg-config --cflags glib-2.0` ++CFLAGS:=$(CFLAGS) -I/usr/include/jabberd -I../include `pkg-config --cflags glib-2.0` + LIBS:=$(LIBS) `pkg-config --libs glib-2.0` + + # Debug/Experimental |