Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 98494 Details for
Bug 149642
media-gfx/dcraw-8.39 doesn't respect CFLAGS and compiles in src_install()
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile.patch
Makefile.patch (text/plain), 765 bytes, created by
Jakub Moc (RETIRED)
on 2006-09-30 23:34:43 UTC
(
hide
)
Description:
Makefile.patch
Filename:
MIME Type:
Creator:
Jakub Moc (RETIRED)
Created:
2006-09-30 23:34:43 UTC
Size:
765 bytes
patch
obsolete
>--- Makefile.orig 2006-01-31 21:55:43.000000000 +0100 >+++ Makefile 2006-10-01 08:31:24.000000000 +0200 >@@ -1,21 +1,21 @@ > # This Makefile is a modified version of the one from the dcraw Debian package > >-CC = gcc >+CC += gcc > INSTALL = /usr/bin/install >-CFLAGS = -O3 -g -Wall -I/usr/include -I/usr/include/lcms >+CFLAGS += -g -Wall -I/usr/include -I/usr/include/lcms > >-default: dcraw parse >+default: dcraw dcparse > > dcraw: > $(CC) $(CFLAGS) -lm -ljpeg -llcms -o $@ $@.c > >-parse: >- $(CC) $(CFLAGS) -o dc$@ $@.c >+dcparse: >+ $(CC) $(CFLAGS) -o $@ parse.c > > clean: > rm -f core *.o dcraw dcparse clean_crw > >-install: dcraw parse >+install: dcraw dcparse > $(INSTALL) -d $(DESTDIR)/usr/bin > $(INSTALL) dcraw $(DESTDIR)/usr/bin > $(INSTALL) dcparse $(DESTDIR)/usr/bin
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 149642
: 98494 |
98495