Index: head/devel/libepoll-shim/Makefile =================================================================== --- head/devel/libepoll-shim/Makefile (revision 499735) +++ head/devel/libepoll-shim/Makefile (revision 499736) @@ -1,35 +1,37 @@ # Created by: Johannes Lundberg # $FreeBSD$ PORTNAME= libepoll-shim PORTVERSION= 0.0.20190311 CATEGORIES= devel MAINTAINER= x11@FreeBSD.org COMMENT= epoll shim implemented using kevent LICENSE= MIT USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= epoll-shim GH_TAGNAME= 1d1135384395dbf38eea00680ca28ead04f8dce2 USE_LDCONFIG= yes USES= compiler uidfix MAKE_ARGS= INCSDIR=${PREFIX}/include/libepoll-shim/sys \ - LIBDIR=${PREFIX}/lib WITHOUT_PROFILE=yes + LIBDATADIR=${PREFIX}/libdata \ + LIBDIR=${PREFIX}/lib \ + WITHOUT_PROFILE=yes .include post-patch: .if "${CHOSEN_COMPILER_TYPE}" == "gcc" @${REINPLACE_CMD} -e 's|Wno-missing-variable-declarations|Wno-missing-declarations|' \ -e 's|-Wno-thread-safety-analysis||' ${WRKSRC}/Makefile .endif pre-install: @${MKDIR} ${STAGEDIR}/${PREFIX}/include/libepoll-shim/sys .include Index: head/devel/libepoll-shim/files/patch-Makefile =================================================================== --- head/devel/libepoll-shim/files/patch-Makefile (nonexistent) +++ head/devel/libepoll-shim/files/patch-Makefile (revision 499736) @@ -0,0 +1,11 @@ +--- Makefile.orig 2019-04-23 08:57:50 UTC ++++ Makefile +@@ -15,7 +15,7 @@ CFLAGS+= -I${.CURDIR}/include -pthread -Wall -Wextra - + LDFLAGS+= -pthread -lrt + + src/epoll-shim.pc: src/epoll-shim.pc.in +- sed -e 's,@CMAKE_INSTALL_PREFIX@,/usr/local,' \ ++ sed -e 's,@CMAKE_INSTALL_PREFIX@,${PREFIX},' \ + -e 's,@PROJECT_VERSION@,,' \ + $> >$@ + Property changes on: head/devel/libepoll-shim/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property