summaryrefslogtreecommitdiff
path: root/devel/libepoll-shim/files/patch-Makefile
blob: fe49881723c7142115df3231a4714f6c722a8245 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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@,,' \
 		$> >$@