Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 254299 Details for
Bug 345397
gnome-extra/xmonad-log-applet xmonad-log-applet-9999.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Makefile.in.patch
Makefile.in.patch (text/plain), 770 bytes, created by
Florian Schmaus
on 2010-11-14 13:35:20 UTC
(
hide
)
Description:
Makefile.in.patch
Filename:
MIME Type:
Creator:
Florian Schmaus
Created:
2010-11-14 13:35:20 UTC
Size:
770 bytes
patch
obsolete
>--- Makefile.in 2010-11-13 17:26:28.514100423 +0100 >+++ Makefile.in.new 2010-11-13 17:32:27.770849138 +0100 >@@ -1,7 +1,8 @@ > CC = @CC@ > SED = @SED@ > CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ @DBUS_GLIB_CFLAGS@ @LIBPANEL_CFLAGS@ >-LDFLAGS = @LDFLAGS@ @GLIB_LIBS@ @DBUS_GLIB_LIBS@ @LIBPANEL_LIBS@ >+LDFLAGS = @LDFLAGS@ >+LIBS = @GLIB_LIBS@ @DBUS_GLIB_LIBS@ @LIBPANEL_LIBS@ > INSTALL_SH = @INSTALL@ > prefix = @prefix@ > exec_prefix = @exec_prefix@ >@@ -22,7 +23,7 @@ > $(INSTALL_SH) -m 0644 xmonad48.png $(DESTDIR)$(datarootdir)/icons/hicolor/48x48/apps > > xmonad-log-applet: main.c >- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ main.c >+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ main.c $(LIBS) > > xmonad-log-applet.server: xmonad-log-applet.server.in > $(SED) -e 's!@LIBEXECDIR@!${libdir}/gnome-applets!g' \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 345397
:
254297
|
254299
|
254301