]> git.pld-linux.org Git - packages/irssi.git/commitdiff
- automake 1.5. fixes.
authorkloczek <kloczek@pld-linux.org>
Sun, 20 Jan 2002 00:24:09 +0000 (00:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    irssi-am15.patch -> 1.1

irssi-am15.patch [new file with mode: 0644]

diff --git a/irssi-am15.patch b/irssi-am15.patch
new file mode 100644 (file)
index 0000000..98366a1
--- /dev/null
@@ -0,0 +1,41 @@
+--- irssi-0.7.98.4/src/fe-none/Makefile.am~    Sun Jan 20 00:05:24 2002
++++ irssi-0.7.98.4/src/fe-none/Makefile.am     Sun Jan 20 00:05:24 2002
+@@ -1,7 +1,5 @@
+ bin_PROGRAMS = botti
+-INCLUDES = $(GLIB_CFLAGS)
+-
+ INCLUDES = \
+       $(GLIB_CFLAGS) \
+       -I$(top_srcdir)/src \
+--- irssi-0.7.98.4/src/perl/Makefile.am~       Sun Jan 20 00:07:31 2002
++++ irssi-0.7.98.4/src/perl/Makefile.am        Sun Jan 20 00:07:31 2002
+@@ -54,7 +54,7 @@
+ perl-signals-list.h: $(top_srcdir)/docs/signals.txt $(srcdir)/get-signals.pl
+       cat $(top_srcdir)/docs/signals.txt | $(perlpath) $(srcdir)/get-signals.pl > perl-signals-list.h
+-CORE_SOURCES = \
++CORE_SRC = \
+       common/Channel.xs \
+       common/Core.xs \
+       common/Ignore.xs \
+@@ -72,7 +72,7 @@
+       common/typemap \
+       common/module.h
+-IRC_SOURCES = \
++IRC_SRC = \
+       irc/Dcc.xs \
+       irc/IrcChannel.xs \
+       irc/IrcQuery.xs \
+@@ -90,8 +90,8 @@
+       libperl_dynaloader.la \
+       libperl_orig.la \
+       get-signals.pl \
+-      $(CORE_SOURCES) \
+-      $(IRC_SOURCES)
++      $(CORE_SRC) \
++      $(IRC_SRC)
+ noinst_HEADERS = \
+       module.h \
This page took 0.119589 seconds and 4 git commands to generate.