Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 185483 Details for
Bug 262945
x11-apps/ttmkfdir ignores LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to $S/Makefile to avoid overwriting LDFLAGS
ttmkfdir-Makefile.patch (text/plain), 659 bytes, created by
Kevin Pyle
on 2009-03-19 04:27:55 UTC
(
hide
)
Description:
Patch to $S/Makefile to avoid overwriting LDFLAGS
Filename:
MIME Type:
Creator:
Kevin Pyle
Created:
2009-03-19 04:27:55 UTC
Size:
659 bytes
patch
obsolete
>diff -ur a/Makefile b/Makefile >--- a/Makefile 2002-12-09 10:07:14.000000000 -0600 >+++ b/Makefile 2009-03-18 23:23:42.000000000 -0500 >@@ -28,7 +28,7 @@ > DEBUG=-ggdb > CXX=g++ > CXXFLAGS=-Wall -pedantic $(FREETYPE_INCL) $(DEBUG) $(OPTFLAGS) >-LDFLAGS=$(FREETYPE_LIB) $(DEBUG) >+LDLIBS=$(FREETYPE_LIB) -lz > > DESTDIR= > PREFIX=/usr >@@ -38,11 +38,8 @@ > > all: ttmkfdir > >-.cpp.o: >- libtool --mode=compile $(CXX) $(CXXFLAGS) -o $@ -c $^ >- > ttmkfdir: ttmkfdir.o directory.o commandline.o ttf.o encoding.o parser.o builtin.o >- libtool --mode=link $(CXX) -o $@ $^ $(LDFLAGS) >+ $(LINK.cpp) $^ $(LOADLIBES) $(LDLIBS) -o $@ > > parser.cpp: encoding.l > flex -i -8 -o$@ $<
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 262945
: 185483