Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 409188 Details for
Bug 24837
New Package: media-gfx/gimp-cmyk-plugin
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
updated patch proposal for 0.5.8
0.5.8-Makefile.patch (text/plain), 1.02 KB, created by
Gef
on 2015-08-16 17:42:14 UTC
(
hide
)
Description:
updated patch proposal for 0.5.8
Filename:
MIME Type:
Creator:
Gef
Created:
2015-08-16 17:42:14 UTC
Size:
1.02 KB
patch
obsolete
>--- Makefile.orig 2015-08-16 19:27:27.462008473 +0200 >+++ Makefile 2015-08-16 19:28:06.662875821 +0200 >@@ -1,6 +1,6 @@ > GIMP_VER = 2.4 > >-#USE_LCMS2 = yes >+USE_LCMS2 = yes > > PREFIX = /usr > INSTALLDIR = $(PREFIX)/lib/gimp/2.0/plug-ins >@@ -21,6 +21,7 @@ > LCMS_LIB = `pkg-config $(LCMS_PKG) --libs` > TIFF_LIB = -ltiff > JPEG_LIB = -ljpeg >+LIBM_LIB = -lm > > GETTEXT_PACKAGE = gimp20-separate > >@@ -37,7 +38,7 @@ > NLS = -DENABLE_NLS -DGETTEXT_PACKAGE="\"$(GETTEXT_PACKAGE)\"" > CFLAGS += $(GIMP_INCLUDE) $(GTK_INCLUDE) $(LCMS_INCLUDE) $(CM) $(NLS) \ > -DUSE_ICC_BUTTON >-LIBS = $(GIMP_LIB) $(GTK_LIB) $(LCMS_LIB) $(TIFF_LIB) $(JPEG_LIB) >+LIBS = $(GIMP_LIB) $(GTK_LIB) $(LCMS_LIB) $(TIFF_LIB) $(JPEG_LIB) $(LIBM_LIB) > > SOURCES = $(SEPARATE_SOURCES) $(IMPORT_SOURCES) \ > $(ICC_COLORSPACE_SOURCES) $(EXTRA_SOURCES) >@@ -94,7 +95,7 @@ > > install-plugins: $(TARGETS) > install -d "$(INSTALLDIR)" >- install -c -s $^ "$(INSTALLDIR)" >+ install -c $^ "$(INSTALLDIR)" > > install: install-plugins install-catalogs >
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 24837
:
14719
|
14741
|
32105
|
32106
|
98855
|
192601
|
192603
|
229825
|
259821
|
259823
|
409182
|
409184
|
409186
| 409188