diff options
author | Josef Karthauser <joe@FreeBSD.org> | 2001-06-16 14:22:16 +0000 |
---|---|---|
committer | Josef Karthauser <joe@FreeBSD.org> | 2001-06-16 14:22:16 +0000 |
commit | b36af6e963cb1d1b8b1e21f79dc361ee97ee7f81 (patch) | |
tree | 80311687428d0916ef2eafab35c211bd556bd9c7 /irc/irc-transport/files/patch-src::Makefile.in | |
parent | * Upgrade jabber from 1.4 to 1.4.1. (diff) |
The jabber transports are now built as part of the jabber port and
are therefore no longer required as separate ports.
Notes
Notes:
svn path=/head/; revision=44068
Diffstat (limited to 'irc/irc-transport/files/patch-src::Makefile.in')
-rw-r--r-- | irc/irc-transport/files/patch-src::Makefile.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/irc/irc-transport/files/patch-src::Makefile.in b/irc/irc-transport/files/patch-src::Makefile.in deleted file mode 100644 index e20a318278d9..000000000000 --- a/irc/irc-transport/files/patch-src::Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ ---- src/Makefile.in.orig Thu Feb 8 02:31:02 2001 -+++ src/Makefile.in Mon Feb 12 09:32:49 2001 -@@ -31,6 +31,7 @@ - mandir = @mandir@ - includedir = @includedir@ - oldincludedir = /usr/include -+localincludedir = /usr/local/include - - DESTDIR = - -@@ -72,7 +73,7 @@ - VERSION = @VERSION@ - - CFLAGS = -g -fPIC -shared --INCLUDES = -I$(JABBERD_INC) -I$(top_builddir)/include -+INCLUDES = -I$(JABBERD_INC) -I$(top_builddir)/include -I$(oldincludedir) -I$(localincludedir) - bin_PROGRAMS = irc_transport.so - - irc_transport_so_SOURCES = util.c init.c irc_in.c irc_out.c |