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

Collapse All | Expand All

(-)a/bin/fingerprint-suid/fingerprint-suid.pro (-3 / +1 lines)
Lines 4-12 Link Here
4
DEPENDPATH += . ../../include ../../src
4
DEPENDPATH += . ../../include ../../src
5
INCLUDEPATH += . ../../include ../../upek/include
5
INCLUDEPATH += . ../../include ../../upek/include
6
6
7
isEmpty(PREFIX) {
7
PREFIX = /usr/local
8
	PREFIX = /usr
9
}
10
isEmpty(LIB) {
8
isEmpty(LIB) {
11
	LIB = lib
9
	LIB = lib
12
}
10
}

Return to bug 341105