diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-07-04 11:20:13 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-07-04 11:20:13 +0000 |
commit | 6d1ae4bb7a486016973d85a90d31ae5e66ff6a77 (patch) | |
tree | c95c16b670034e987e84339b581b9bdba2ee3397 /x11-plugins/yawmppp/files | |
parent | Revision bump for security bug 94069; thanks to taviso for the patch. (diff) | |
download | gentoo-2-6d1ae4bb7a486016973d85a90d31ae5e66ff6a77.tar.gz gentoo-2-6d1ae4bb7a486016973d85a90d31ae5e66ff6a77.tar.bz2 gentoo-2-6d1ae4bb7a486016973d85a90d31ae5e66ff6a77.zip |
Added patch to fix bug #95959
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-plugins/yawmppp/files')
-rw-r--r-- | x11-plugins/yawmppp/files/yawmppp-2.0.2-Makefile.in.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-plugins/yawmppp/files/yawmppp-2.0.2-Makefile.in.patch b/x11-plugins/yawmppp/files/yawmppp-2.0.2-Makefile.in.patch new file mode 100644 index 000000000000..0fcba9ec0510 --- /dev/null +++ b/x11-plugins/yawmppp/files/yawmppp-2.0.2-Makefile.in.patch @@ -0,0 +1,12 @@ +--- Makefile.in 2005-07-04 12:46:31.000000000 +0200 ++++ Makefile.in.new 2005-07-04 12:55:11.000000000 +0200 +@@ -1,7 +1,7 @@ + CC = @CC@ +-LIBDIR = -L/usr/X11R6/lib -L@XLIB@ ++LIBDIR = -L/usr/X11R6/lib + LIBS = -lXpm -lXext -lX11 +-CFLAGS = -O2 -Wall -I.. -I@XINC@ ++CFLAGS = -O2 -Wall -I.. + RLFLAG = -DVERSION=\"@MK_YAWMPPP_RELEASE@\" -D@SYSDEF@ + OBJS = yawmppp.o wmgeneral.o + DOTHS = yawmppp.h wmgeneral.h ../misc.h ../list.h ../isprc.h ../ycommon.h |