diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-12-30 17:45:32 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-12-30 17:45:32 +0000 |
commit | d293a4b8f6072d5dd616d14ce972b2e79497135b (patch) | |
tree | eee5b882c5b82c2ca4dc978b8c472738369c1655 /textproc/sigil | |
parent | abeb9c3d8e7d13484acc241bb436b95e07c608c3 (diff) | |
download | ports-d293a4b8f6072d5dd616d14ce972b2e79497135b.tar.gz ports-d293a4b8f6072d5dd616d14ce972b2e79497135b.zip |
Notes
Diffstat (limited to 'textproc/sigil')
-rw-r--r-- | textproc/sigil/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/sigil/Makefile b/textproc/sigil/Makefile index 9a42b6ab8c58..3febab7bb59d 100644 --- a/textproc/sigil/Makefile +++ b/textproc/sigil/Makefile @@ -18,6 +18,11 @@ USE_GITHUB= yes GH_ACCOUNT= Sigil-Ebook GH_PROJECT= Sigil +# Upstream uses pkg-config output to pass libhunspell-1.3.so and +# libpcre16.so to the linker. pkg-config output does not include full +# paths, so add a workaround to keep the port linking for now. +LDFLAGS+= -L${LOCALBASE}/lib + USES= cmake compiler:c++11-lib desktop-file-utils pkgconfig \ python:3 shebangfix SHEBANG_FILES= src/Resource_Files/plugin_launchers/python/*.py \ |