diff options
author | Koop Mast <kwm@FreeBSD.org> | 2017-05-11 12:14:31 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2017-05-11 12:14:31 +0000 |
commit | c667ee385024609c3a11acad89fa0d21dd2b5505 (patch) | |
tree | a13e86666fd1da8ee5c34591192393e0c8a2ae92 /x11/cinnamon | |
parent | 25cf81574e8b1eb3d0f39449f4abe7f61531bee1 (diff) | |
download | ports-c667ee385024609c3a11acad89fa0d21dd2b5505.tar.gz ports-c667ee385024609c3a11acad89fa0d21dd2b5505.zip |
Notes
Diffstat (limited to 'x11/cinnamon')
-rw-r--r-- | x11/cinnamon/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/cinnamon/Makefile b/x11/cinnamon/Makefile index c72b0d8df92d..be28d8253a2e 100644 --- a/x11/cinnamon/Makefile +++ b/x11/cinnamon/Makefile @@ -70,6 +70,8 @@ post-patch: @${MV} ${WRKSRC}/files/usr/${d} ${WRKSRC}/files${PREFIX} .endfor + @${REINPLACE_CMD} -e 's|--warn-error||g' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's|/usr/share/cinnamon|${STAGEDIR}${PREFIX}/share/|g ;\ s|/usr/lib|${STAGEDIR}${PREFIX}/share/|g' \ ${WRKSRC}/files/generate_desktop_files |