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

Collapse All | Expand All

(-)src/murmur/murmur.pro.old (-1 / +5 lines)
Lines 111-117 Link Here
111
		LIBS *= -ldelayimp -lDNSSD -delayload:DNSSD.DLL
111
		LIBS *= -ldelayimp -lDNSSD -delayload:DNSSD.DLL
112
	}
112
	}
113
	unix:!macx {
113
	unix:!macx {
114
		PKGCONFIG *= avahi-compat-libdns_sd avahi-client
114
		!CONFIG(no-avahi) {
115
			PKGCONFIG *= avahi-compat-libdns_sd avahi-client
116
		} else {
117
			LIBS *= -ldns_sd
118
		}
115
	}
119
	}
116
}
120
}
117
121

Return to bug 287925