diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-04-23 10:58:06 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-04-23 10:58:06 +0000 |
commit | 85b6810bd407d00d11b872283e745a3c5b5197a1 (patch) | |
tree | 7b67892250777e84b2016a71ce9c9037117809a6 /devel/libepoll-shim/files/patch-Makefile | |
parent | Update to 0.17.0 (diff) |
devel/libepoll-shim: Fixup r499736 and replace patch with REINPLACE_CMD
Submitted by: jbeich
Notes
Notes:
svn path=/head/; revision=499745
Diffstat (limited to 'devel/libepoll-shim/files/patch-Makefile')
-rw-r--r-- | devel/libepoll-shim/files/patch-Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/libepoll-shim/files/patch-Makefile b/devel/libepoll-shim/files/patch-Makefile deleted file mode 100644 index fe49881723c7..000000000000 --- a/devel/libepoll-shim/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- 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@,,' \ - $> >$@ - |