needs -fPIC to build on sparc64.

confirmed by sturm@
This commit is contained in:
steven 2008-10-29 09:26:20 +00:00
parent cc2f56a1f9
commit d876cd0f58

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2008/10/21 20:57:57 steven Exp $
# $OpenBSD: Makefile,v 1.12 2008/10/29 09:26:20 steven Exp $
COMMENT = base binaries for TeXLive typesetting distribution
@ -36,6 +36,10 @@ USE_X11 = Yes
USE_GMAKE = Yes
USE_LIBTOOL = Yes
.if ${MACHINE_ARCH} == "sparc64"
CFLAGS += -fPIC
.endif
# Do not link with system icu. TeXLive ICU is not vanilla (Yet)!
# Xindy not ready yet
CONFIGURE_ARGS += --with-fontconfig=${X11BASE} \