diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-03-14 10:13:28 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-03-14 10:13:28 +0000 |
commit | 278851337721096b8a9e3002a006abf23b42f4e0 (patch) | |
tree | 2739cbdb6bc37d996a80986e0d3c9cc94e14ac55 /graphics/lfview | |
parent | 0d1146a17c2f9b6380689ec949838c2490e4b481 (diff) |
- Fix build on amd64.
- Polish packing list.
PR: ports/78790
Submitted by: Johan van Selst <johans@stack.nl>
Notes
Notes:
svn path=/head/; revision=131175
Diffstat (limited to 'graphics/lfview')
-rw-r--r-- | graphics/lfview/Makefile | 3 | ||||
-rw-r--r-- | graphics/lfview/pkg-plist | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/lfview/Makefile b/graphics/lfview/Makefile index 1a2512536c61..e680a26aa56d 100644 --- a/graphics/lfview/Makefile +++ b/graphics/lfview/Makefile @@ -21,7 +21,8 @@ NO_INSTALL_MANPAGES= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" -BROKEN= "Does not compile on amd64 (-fPIC missing)" +CFLAGS+= -fPIC +MAKE_ENV= "SHLIBGLOBALSFLAGS=-fPIC" .endif do-install: diff --git a/graphics/lfview/pkg-plist b/graphics/lfview/pkg-plist index 950119c2f792..0d4720fe7988 100644 --- a/graphics/lfview/pkg-plist +++ b/graphics/lfview/pkg-plist @@ -1,5 +1,5 @@ bin/lfview -share/doc/ja/lfview/README -@dirrm share/doc/ja/lfview -lib/liblfv_leaf.so.1 lib/liblfv_leaf.so +lib/liblfv_leaf.so.1 +%%PORTDOCS%%share/doc/ja/lfview/README +%%PORTDOCS%%@dirrm share/doc/ja/lfview |