Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 40265 Details for
Bug 65156
Ebuild for foo2zjs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
20042309-Makefile.patch
20042309-Makefile.patch (text/plain), 1.95 KB, created by
Robert Führicht
on 2004-09-23 17:06:34 UTC
(
hide
)
Description:
20042309-Makefile.patch
Filename:
MIME Type:
Creator:
Robert Führicht
Created:
2004-09-23 17:06:34 UTC
Size:
1.95 KB
patch
obsolete
>diff -Naur foo2zjs.org/Makefile foo2zjs/Makefile >--- foo2zjs.org/Makefile 2004-09-23 23:24:36.613181176 +0200 >+++ foo2zjs/Makefile 2004-09-23 23:09:01.072404992 +0200 >@@ -6,8 +6,6 @@ > VERSION=0.0 > > # Installation prefix... >-PREFIX=/usr/local >-PREFIX=/usr > > # Pathnames for this package... > BIN=$(PREFIX)/bin >@@ -17,7 +15,7 @@ > DOCDIR=$(PREFIX)/share/doc/foo2zjs/ > > # Pathnames for referenced packages... >-FOODB=/usr/share/foomatic/db/source >+FOODB=$(PREFIX)/share/foomatic/db/source > > # User ID's > LPuid=-olp >@@ -116,7 +114,7 @@ > endif > > # Compiler flags >-CFLAGS += -O2 -Wall >+#CFLAGS += -O2 -Wall > > # > # Rules to create test documents >@@ -259,11 +257,11 @@ > # > # Clear foomatic cache and rebuild database if needed > # >- rm -rf /var/cache/foomatic/*/* >- if [ -d /var/cache/foomatic/compiled ]; then \ >- cd /var/cache/foomatic/compiled; \ >- foomatic-combo-xml -O >overview.xml; \ >- fi >+# rm -rf /var/cache/foomatic/*/* >+# if [ -d /var/cache/foomatic/compiled ]; then \ >+# cd /var/cache/foomatic/compiled; \ >+# foomatic-combo-xml -O >overview.xml; \ >+# fi > > install-icc2ps: > # >@@ -455,7 +453,7 @@ > ppd: > ./getweb ppd > >-MODEL=/usr/share/cups/model >+MODEL=$(PREFIX)/share/cups/model > install-ppd: > # > # Install PPD files for CUPS >@@ -512,7 +510,6 @@ > install -c -m 644 README $(DOCDIR) > install -c -m 644 ChangeLog $(DOCDIR) > >-GROFF=/usr/local/test/bin/groff > GROFF=groff > manual.pdf: $(MANPAGES) > -$(GROFF) -t -man $(MANPAGES) | ps2pdf - $@ >diff -Naur foo2zjs.org/icc2ps/Makefile foo2zjs/icc2ps/Makefile >--- foo2zjs.org/icc2ps/Makefile 2004-09-23 23:24:36.592184368 +0200 >+++ foo2zjs/icc2ps/Makefile 2004-09-23 22:54:18.264612176 +0200 >@@ -1,10 +1,10 @@ >-PREFIX= /usr >+#PREFIX= /usr > BIN= $(PREFIX)/bin > SRC= icc2ps.c xgetopt.c > LIB= cmscam97.c cmscnvrt.c cmserr.c cmsgamma.c cmsgmt.c cmsintrp.c cmsio1.c \ > cmslut.c cmsmatsh.c cmsmtrx.c cmsnamed.c cmspack.c cmspcs.c cmsps2.c \ > cmssamp.c cmswtpnt.c cmsxform.c >-CFLAGS= -O3 >+#CFLAGS= -O3 > > all: foo2zjs-icc2ps >
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 65156
:
40264
|
40265
|
40266
|
40316
|
40317
|
40604
|
40605
|
40606
|
40883
|
42700
|
44146
|
44147