diff options
Diffstat (limited to 'textproc/openvanilla-modules/files/patch-Modules-OVIMBoshiamy-Makefile')
-rw-r--r-- | textproc/openvanilla-modules/files/patch-Modules-OVIMBoshiamy-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/openvanilla-modules/files/patch-Modules-OVIMBoshiamy-Makefile b/textproc/openvanilla-modules/files/patch-Modules-OVIMBoshiamy-Makefile new file mode 100644 index 000000000000..41eff6367753 --- /dev/null +++ b/textproc/openvanilla-modules/files/patch-Modules-OVIMBoshiamy-Makefile @@ -0,0 +1,11 @@ +--- Modules/OVIMBoshiamy/Makefile.orig Mon May 14 14:23:33 2007 ++++ Modules/OVIMBoshiamy/Makefile Tue May 15 22:09:09 2007 +@@ -4,7 +4,7 @@ + SOURCES=OVIMBoshiamy + DATA=imtables.db + CINS=liu5.cin +-LDFLAGS+=-lsqlite3 ++LDFLAGS+=-lsqlite3 -L${LOCALBASE}/lib + EXTRA_GOALS=imtables.db + + include ../Mk/ov.module.mk |