temporary link xpdf static on sparc64 to workaround ld.so bug; ok brad
with this it works...
This commit is contained in:
parent
a50071fff9
commit
6cfb29e647
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2002/04/27 04:21:01 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2002/05/08 20:33:11 pvalchev Exp $
|
||||
|
||||
COMMENT= "PDF viewer for X"
|
||||
|
||||
@ -25,6 +25,11 @@ CONFIGURE_ARGS= --with-gzip
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include/freetype2 -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
|
||||
|
||||
# XXX temp workaround
|
||||
.if ${MACHINE_ARCH:Msparc64}
|
||||
CONFIGURE_ENV+= LIBS="-static"
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@cd ${PREFIX}/bin && \
|
||||
strip pdffonts pdfimages pdfinfo pdftopbm pdftops pdftotext xpdf
|
||||
|
Loading…
Reference in New Issue
Block a user