Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 350242 Details for
Bug 453148
dev-tex/rail-1.2_p1: ignores cc, cflags, cxxflags
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
rail-1.2_p1-makefile.patch
rail-1.2_p1-makefile.patch (text/plain), 522 bytes, created by
Michael Mair-Keimberger (mm1ke)
on 2013-06-05 19:42:50 UTC
(
hide
)
Description:
rail-1.2_p1-makefile.patch
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-06-05 19:42:50 UTC
Size:
522 bytes
patch
obsolete
>--- Makefile 1997-10-28 01:00:00.000000000 +0100 >+++ Makefile_new 2013-06-05 19:02:40.174122825 +0200 >@@ -15,7 +15,7 @@ > OBJS=rail.o gram.o lex.o > > CC=gcc >-CFLAGS=-DYYDEBUG -O >+#CFLAGS=-DYYDEBUG -O > YACC=bison -y > #YACC=byacc > LEX=flex >@@ -59,7 +59,7 @@ > $(YACC) $(YFLAGS) -dv gram.y > > rail: $(OBJS) >- $(CC) $(CFLAGS) $(OBJS) -o rail >+ $(CC) $(LDFLAGS) $(OBJS) -o rail > > rail.rai: rail.tex > latex rail >@@ -72,3 +72,6 @@ > > rail.txt: rail.man > nroff -man rail.man >rail.txt >+ >+%.o: %.c >+ $(CC) $(CFLAGS) -c -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 453148
:
350240
| 350242