1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/www/libxul/files/patch-db_sqlite3_src_Makefile.in
Joe Marcus Clarke 69fe7c5867 Merge patches from firefox3 to hopefully fix the build on certain platforms.
Additionally, fix a plist problem with files being installed to /etc.
2009-04-12 03:30:29 +00:00

12 lines
352 B
Plaintext

--- db/sqlite3/src/Makefile.in.orig 2008-06-19 11:03:17.000000000 -0500
+++ db/sqlite3/src/Makefile.in 2008-06-19 11:04:15.000000000 -0500
@@ -45,6 +45,8 @@
include $(DEPTH)/config/autoconf.mk
+OS_CFLAGS = -I../../../dist/include/sqlite3
+OS_LIBS = %%PTHREAD_LIBS%%
MODULE = sqlite3
LIBRARY_NAME = sqlite3
FORCE_SHARED_LIB = 1