Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 342234 Details for
Bug 338792
x11-plugins/gkrellmoon-0.6-r1 does not respect ldflags
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gkrellmoon-makefile.patch
gkrellmoon-makefile.patch (text/plain), 794 bytes, created by
Michael Mair-Keimberger (mm1ke)
on 2013-03-16 12:46:05 UTC
(
hide
)
Description:
gkrellmoon-makefile.patch
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-03-16 12:46:05 UTC
Size:
794 bytes
patch
obsolete
>--- Makefile 2002-12-11 04:36:06.000000000 +0100 >+++ Makefile_new 2013-03-16 13:04:00.963512605 +0100 >@@ -4,23 +4,26 @@ > INSTALLDIR = ${DESTDIR}/usr/lib/gkrellm2/plugins > > >-FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) >+FLAGS = -fPIC $(GTK_INCLUDE) > LIBS = $(GTK_LIB) > LFLAGS = -shared > >-CC = gcc $(CFLAGS) $(FLAGS) >+CC = $(CC) > > OBJS = gkrellmoon.o MoonRise.o CalcEphem.o Moon.o > >+all: gkrellmoon.so >+ >+%.o: %.c >+ $(CC) $(CFLAGS) $(LDFLAGS) $(FLAGS) -c -o $@ $< >+ > gkrellmoon.so: $(OBJS) >- $(CC) $(OBJS) -o gkrellmoon.so $(LFLAGS) $(LIBS) >+ $(CC) $(CFLAGS) $(FLAGS) $(LDFLAGS) $(OBJS) -o gkrellmoon.so $(LFLAGS) $(LIBS) > > clean: > rm -f *.o core *.so* *.bak *~ > > gkrellmoon.o: gkrellmoon.c moon_60.xpm > >-# %.o: %.c >- > install: gkrellmoon.so > install -c -s -m 644 gkrellmoon.so $(INSTALLDIR)
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 338792
:
248663
|
248664
|
342232
| 342234