pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Solved: graphics/freetype2 linux-problem, windows.h is missed (patch)



|Hello,

by building freetype2 windows.h is missed, afaik its a binutils problem.

--- Makefile    2018-11-29 08:09:29.222100465 +0100
+++ Makefile    2018-11-29 08:08:33.166102434 +0100
@@ -50,6 +50,10 @@ CFLAGS+=     -fno-strict-aliasing
 # tell configure not to use unix-specific version of ftsystem.c on OpenBSD
 CONFIGURE_ENV.OpenBSD+=        ac_cv_func_mmap_fixed_mapped=no

+.if ${OPSYS} == "Linux"
+MAKE+= RC=
+.endif
+
 .if !empty(USE_CROSS_COMPILE:M[yY][eE][sS])
 CONFIGURE_ENV+=                CC_BUILD=${NATIVE_CC:Q}
 .endif

Regards,
Andreas

|


Home | Main Index | Thread Index | Old Index