Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 83058 Details for
Bug 127490
gli-4.5.28.ebuild (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch_fpic.diff
patch_fpic.diff (text/plain), 967 bytes, created by
Tim Cera
on 2006-03-24 19:25:14 UTC
(
hide
)
Description:
patch_fpic.diff
Filename:
MIME Type:
Creator:
Tim Cera
Created:
2006-03-24 19:25:14 UTC
Size:
967 bytes
patch
obsolete
>diff -ur gli/src/Makefile gli.new/src/Makefile >--- gli/src/Makefile 2000-06-15 02:53:43.000000000 -0400 >+++ gli.new/src/Makefile 2006-03-23 21:50:15.000000000 -0500 >@@ -13,7 +13,7 @@ > RANLIB = ranlib > CD = cd > CHMOD = chmod >- MKDIR = mkdir >+ MKDIR = mkdir -p > CP = cp -p > INSTALL = cp -p > RM = rm >diff -ur gli/src/Makefile.in gli.new/src/Makefile.in >--- gli/src/Makefile.in 1999-12-13 07:52:10.000000000 -0500 >+++ gli.new/src/Makefile.in 2006-03-23 21:54:47.000000000 -0500 >@@ -4,7 +4,7 @@ > PC = pc > CD = cd > CHMOD = chmod >- MKDIR = mkdir >+ MKDIR = mkdir -p > RM = rm > CP = cp > TERMCAP = >@@ -29,9 +29,9 @@ > .uil.uid: > @UIL@ -o $@ $< -I@UILDIR@ > .c.o: >- @CC@ -c @CFLAGS@ @INCLUDES@ $< >+ @CC@ -fPIC -c @CFLAGS@ @INCLUDES@ $< > .f.o: >- @F77@ -c @F77FLAGS@ $< >+ @F77@ -fPIC -c @F77FLAGS@ $< > > default: @MOTIF@ gli gligksm @DPS@ cgmview @SHLIBS@ @GLIRPCD@ > @true
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 127490
:
83057
| 83058