Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jul 2017 11:13:31 -0400 (EDT)
From:      "Mikhail T." <mi@aldan.algebra.com>
To:        x11@FreeBSD.org
Subject:   devel/libepoll-shim would not build with non-default PREFIX
Message-ID:  <201707021513.v62FDVFl094483@narawntapu.narawntapu>

next in thread | raw e-mail | index | archive | help
The following patch is necessary -- the currently-used INCLUDEDIR
knob has no effect:

Index: Makefile
===================================================================
--- Makefile	(revision 444886)
+++ Makefile	(working copy)
@@ -20,7 +20,7 @@
 USE_LDCONFIG=	yes
 
 USES=		uidfix
-MAKE_ARGS=	LIBDIR=${PREFIX}/lib INCLUDEDIR=${PREFIX}/include
+MAKE_ARGS=	LIBDIR=${PREFIX}/lib INCSDIR=${PREFIX}/include/libepoll-shim/sys
 
 post-patch:
 	# -Weverything is not recognized by GCC

	-mi (mi@aldan.algebra.com)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707021513.v62FDVFl094483>