diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-09-18 22:45:58 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-09-18 22:45:58 +0000 |
commit | 9710521a853831696e5810b43de29c4377cf288a (patch) | |
tree | c09c60c211e1dad1c95cb79ae61f3196e2b42ac0 /dev-util/pilrc/files | |
parent | version bump to latest patchlevel (diff) | |
download | gentoo-2-9710521a853831696e5810b43de29c4377cf288a.tar.gz gentoo-2-9710521a853831696e5810b43de29c4377cf288a.tar.bz2 gentoo-2-9710521a853831696e5810b43de29c4377cf288a.zip |
version bump to latest patchlevel
Diffstat (limited to 'dev-util/pilrc/files')
-rw-r--r-- | dev-util/pilrc/files/digest-pilrc-2.9_p10 | 2 | ||||
-rw-r--r-- | dev-util/pilrc/files/pilrc-2.9_p10-Makefile.patch | 11 |
2 files changed, 13 insertions, 0 deletions
diff --git a/dev-util/pilrc/files/digest-pilrc-2.9_p10 b/dev-util/pilrc/files/digest-pilrc-2.9_p10 new file mode 100644 index 000000000000..9d23991b3f39 --- /dev/null +++ b/dev-util/pilrc/files/digest-pilrc-2.9_p10 @@ -0,0 +1,2 @@ +MD5 3fba042b558ba9b2ada20ba5eff018c4 pilrc-2.9p9.tgz 243935 +MD5 7fbc143a0d87753250664410bdaf8d8b pilrc-2.9p10.diff 6459 diff --git a/dev-util/pilrc/files/pilrc-2.9_p10-Makefile.patch b/dev-util/pilrc/files/pilrc-2.9_p10-Makefile.patch new file mode 100644 index 000000000000..74309015dfbc --- /dev/null +++ b/dev-util/pilrc/files/pilrc-2.9_p10-Makefile.patch @@ -0,0 +1,11 @@ +--- Makefile.am~ 2002-07-31 09:55:47.000000000 +0100 ++++ Makefile.am 2003-09-04 19:30:16.000000000 +0100 +@@ -2,7 +2,7 @@ + + if PILRCUI + PILRCUI_PROG=pilrcui +-INCLUDES += $(GTK_CFLAGS) ++INCLUDES = $(GTK_CFLAGS) + else + PILRCUI_PROG= + endif |