Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 135304 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile~ (-4 / +4 lines)
Lines 176-191 Link Here
176
### if, for whatever reason, you're unable to get the JasPer JPEG-2000 library
176
### if, for whatever reason, you're unable to get the JasPer JPEG-2000 library
177
### to compile on your machine, *COMMENT OUT* the following lines
177
### to compile on your machine, *COMMENT OUT* the following lines
178
###
178
###
179
JP2K    = -DDOJP2K
179
#JP2K    = -DDOJP2K
180
###
180
###
181
#JP2KDIR = ../../jasper
181
#JP2KDIR = ../../jasper
182
JP2KDIR = /usr/local/lib
182
#JP2KDIR = /usr/local/lib
183
###
183
###
184
#JP2KINC = -I$(JP2KDIR)
184
#JP2KINC = -I$(JP2KDIR)
185
JP2KINC = -I/usr/local/include
185
#JP2KINC = -I/usr/local/include
186
###
186
###
187
#JP2KLIB = -L$(JP2KDIR) -ljasper
187
#JP2KLIB = -L$(JP2KDIR) -ljasper
188
JP2KLIB = $(JP2KDIR)/libjasper.a
188
#JP2KLIB = $(JP2KDIR)/libjasper.a
189
189
190
190
191
###
191
###

Return to bug 135304