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=-I/usr/lib/mozilla-firefox/include/java -I/usr/lib/mozilla-firefox/include/plugin -I/usr/lib/mozilla-firefox/include -I/usr/lib/mozilla-firefox/include/xpcom -I/usr/lib/mozilla-firefox/include/string -I/usr/lib/mozilla-firefox/include/nspr -I/usr/lib/mozilla-firefox/include -I/usr/include/nspr
5
#CFLAGS=-g
5
#CFLAGS=-g
6
CFLAGS=-O
6
CFLAGS=-O

Return to bug 223113