Lines 206-216
pixman_MOZ_OPTIONS= --enable-system-pixman
Link Here
|
206 |
png_LIB_DEPENDS= libpng.so:graphics/png |
206 |
png_LIB_DEPENDS= libpng.so:graphics/png |
207 |
png_MOZ_OPTIONS= --with-system-png=${LOCALBASE} |
207 |
png_MOZ_OPTIONS= --with-system-png=${LOCALBASE} |
208 |
|
208 |
|
209 |
.if exists(${FILESDIR}/patch-z-bug517422) |
|
|
210 |
soundtouch_LIB_DEPENDS= libSoundTouch.so:audio/soundtouch |
211 |
soundtouch_MOZ_OPTIONS= --with-system-soundtouch |
212 |
.endif |
213 |
|
214 |
sqlite_LIB_DEPENDS= libsqlite3.so:databases/sqlite3 |
209 |
sqlite_LIB_DEPENDS= libsqlite3.so:databases/sqlite3 |
215 |
sqlite_MOZ_OPTIONS= --enable-system-sqlite |
210 |
sqlite_MOZ_OPTIONS= --enable-system-sqlite |
216 |
|
211 |
|