Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 38139 Details for
Bug 61589
ploticus_lib-2.21.ebuild (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
New pl221-makefile_api.patch so that X11 is supported
pl221-makefile_api.patch (text/plain), 2.35 KB, created by
Tim Cera
on 2004-08-24 20:07:13 UTC
(
hide
)
Description:
New pl221-makefile_api.patch so that X11 is supported
Filename:
MIME Type:
Creator:
Tim Cera
Created:
2004-08-24 20:07:13 UTC
Size:
2.35 KB
patch
obsolete
>--- pl221src/src/Makefile_api 2004-08-24 06:49:57.000000000 -0400 >+++ pl221src/src/Makefile_api 2004-08-24 22:29:09.391233280 -0400 >@@ -82,7 +82,7 @@ > ######## Which version of GD (if any) do you wish to use? Uncomment one of the following: > > #### GD version 1.6 (png) >-GDLEVEL = -DGD16 >+# GDLEVEL = -DGD16 > > #### GD 1.8 or higher (png, jpeg) > # GDLEVEL = -DGD18 >@@ -99,8 +99,8 @@ > ####### Do you wish to do this? Uncomment one of the following: > > #### Yes, version 1.6 (png) >-GDOBJ = gd16.o gd_io.o gd_io_dp.o gd_io_file.o gd_png.o gdfontg.o gdfontl.o gdfontmb.o gdfonts.o gdfontt.o >-GDINC = -I./gd16 >+# GDOBJ = gd16.o gd_io.o gd_io_dp.o gd_io_file.o gd_png.o gdfontg.o gdfontl.o gdfontmb.o gdfonts.o gdfontt.o >+# GDINC = -I./gd16 > > #### Yes, version 1.3 (pseudo-gif) > # GDOBJ = gd13.o gdfontg.o gdfontl.o gdfontmb.o gdfonts.o gdfontt.o >@@ -112,7 +112,7 @@ > > #### If Yes above, and if your GD, PNG, ZLIB, etc. header files (eg. png.h) are in a non-standard place, > #### supply the following line, eg. GDHEADERS = -I/home/fred/include >-GDHEADERS = >+# GDHEADERS = > > #### If No, and you will be linking to your own copy of GD 1.84+ and want FreeType2 support, > #### uncomment the following.. >@@ -129,15 +129,15 @@ > ######## > > #### Where do you want libploticus.a to be moved if you do a "make install" ? >-LIBDIR = /usr/local/lib >+LIBDIR = /usr/lib > > #### If ZLIB will NOT be available, uncomment the following.. > # ZFLAG = > > #### To disable all X11 output capability from any of the above unix builds, uncomment the following 3 lines.. >-NOXFLAG = -DNOX11 >-XOBJ = >-XINCLUDEDIR = >+# NOXFLAG = -DNOX11 >+# XOBJ = >+# XINCLUDEDIR = > > #### To disable all PostScript / EPS output capability, uncomment the following.. > # NOPSFLAG = -DNOPS >@@ -148,7 +148,7 @@ > #### If you want SWF (flash) output capability, uncomment the following (SWF requires ming library) > # ..and if your ming.h is in a nonstandard place add a line like this: MINGH = -I/home/fred/lib > #### Otherwise, for no SWF output capability, uncomment the following.. >-NOSWFFLAG = -DNOSWF >+# NOSWFFLAG = -DNOSWF > > #### To completely remove safety limits on cpu time uncomment the following.. > NORLIMFLAG = -DNORLIMIT >@@ -194,7 +194,7 @@ > > > install: libploticus >- mv libploticus.$(LIBEXT) $(LIBDIR) >+ mv libploticus.$(LIBEXT) $(DESTDIR)$(LIBDIR) > > api_test: api_test.o > $(CC) api_test.o libploticus.$(LIBEXT) -lm -o api_test
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 61589
:
38135
|
38136
|
38137
| 38139