Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 40999 Details for
Bug 66232
[New ebuild] gdchart-0.11.4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gdchart-0.11.4-makefile.patch
gdchart-0.11.4-makefile.patch (text/plain), 1013 bytes, created by
Alexandru Toma
on 2004-10-03 13:08:48 UTC
(
hide
)
Description:
gdchart-0.11.4-makefile.patch
Filename:
MIME Type:
Creator:
Alexandru Toma
Created:
2004-10-03 13:08:48 UTC
Size:
1013 bytes
patch
obsolete
>--- makefile.orig 2003-03-11 05:03:06.000000000 +0200 >+++ makefile 2004-10-03 22:19:23.952527600 +0300 >@@ -9,8 +9,8 @@ > GDC_LIB=libgdc.a > > # ----- install locations ----- >-PREFIX_INC = /usr/local/include >-PREFIX_LIB = /usr/local/lib >+PREFIX_INC = /usr/include >+PREFIX_LIB = /usr/lib > > # INCLUDEDIRS=-I. -I/usr/include/freetype2 -I/usr/include/X11 -I/usr/X11R6/include/X11 -I/usr/local/include > >@@ -18,14 +18,14 @@ > # GDChart requires the gd library - www.boutell.com/gd/ > # libgd 1.8.4 or better is required. Don't use 2.0.0 > # if it's not installed in a standard location edit these lines for your installation >-GD_INCL=../gd-1.8.4/ >-GD_LD=../gd-1.8.4/ >-GD_LIB=libgd.a >+#GD_INCL=../gd-1.8.4/ >+#GD_LD=../gd-1.8.4/ >+#GD_LIB=libgd.a > # if you're using gd2.x, use these lines > # (it's typically built as a shared lib) >-# GD_INCL = ../gd-2.0.0/ >-# GD_LD = ../gd2/ >-# GD_LIB = ../libgd.so >+GD_INCL = /usr/include/ >+GD_LD = /usr/lib >+GD_LIB = libgd.so > > # ----- lib png ----- > # libgd requires libpng
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 66232
:
40998
|
40999
|
51450