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

Collapse All | Expand All

(-)mozilla-tiff-plugin/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
CC=gcc
1
CC=gcc
2
LIB=`pkg-config --libs gtk+-2.0`
2
LIB=`pkg-config --libs gtk+-2.0`
3
INCLUDE=`pkg-config --cflags gtk+-2.0`
3
INCLUDE=`pkg-config --cflags gtk+-2.0`
4
PLUGIN_INCLUDE=-I/usr/include/mozilla/java -I/usr/include/mozilla/plugin -I/usr/include/mozilla -I/usr/include/mozilla/xpcom -I/usr/include/mozilla/string -I/usr/include/mozilla/nspr -I/usr/include/firefox -I/usr/include/firefox/nspr
4
PLUGIN_INCLUDE=-l/usr/lib/xulrunner/include/java -I/usr/lib/xulrunner/include/plugin -I/usr/lib/xulrunner/include -I/usr/lib/xulrunner/include/xpcom -I/usr/lib/xulrunner/include/string -I/usr/include/nspr -l/usr/lib/xulrunner/include/ -l/usr/include/xulrunner-1.9/stable/ -l/usr/include/xulrunner-1.9/unstable/
5
#CFLAGS=-g
5
#CFLAGS=-g
6
CFLAGS=-O
6
CFLAGS=-O

Return to bug 223113