Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 342162 Details for
Bug 338784
x11-plugins/gkrellm-trayicons-1.03 does not respect ldflags
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gkrellm-trayicons-makefile.patch
gkrellm-trayicons-makefile.patch (text/plain), 739 bytes, created by
Michael Mair-Keimberger (mm1ke)
on 2013-03-15 20:41:35 UTC
(
hide
)
Description:
gkrellm-trayicons-makefile.patch
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-03-15 20:41:35 UTC
Size:
739 bytes
patch
obsolete
>--- Makefile 2003-11-26 00:27:29.000000000 +0100 >+++ Makefile_new 2013-03-15 21:36:05.331857288 +0100 >@@ -6,19 +6,18 @@ > GKRELLM_INCLUDE = -I$(PREFIX)/include > GTK_CFLAGS = `$(GTK_CONFIG) --cflags` > GTK_LIB = `$(GTK_CONFIG) --libs` >-FLAGS = -Wall -fPIC $(GTK_CFLAGS) $(GKRELLM_INCLUDE) >-CFLAGS ?= -O -g >+FLAGS = -fPIC $(GTK_CFLAGS) $(GKRELLM_INCLUDE) > CFLAGS += $(FLAGS) > CFLAGS += -DVERSION=\"$(VERSION)\" > LIBS = $(GTK_LIB) > LFLAGS = -shared >-CC ?= gcc >+CC = $(CC) > INSTALL = install -c > INSTALL_PROGRAM = $(INSTALL) -s > OBJS = trayicons.o > > trayicons.so: $(OBJS) >- $(CC) $(FLAGS) $(OBJS) -o trayicons.so $(LIBS) $(LFLAGS) >+ $(CC) $(FLAGS) $(LDFLAGS) $(OBJS) -o trayicons.so $(LIBS) $(LFLAGS) > > clean: > rm -f *.o core *.so* *.bak *~
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 338784
:
248658
|
342160
| 342162 |
342228