diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-03-28 01:50:20 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-03-28 01:50:20 +0000 |
commit | 01aa5d3c3738157ac5f482617e3d1ef1ec50bfba (patch) | |
tree | 93d68bc0bea20628e308298f854436e5a4c5f9d3 /x11-wm | |
parent | a60ad9e9bbd10ef652ba6f2c3792c5926212d9ad (diff) |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/gcompmgr/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/gcompmgr/Makefile b/x11-wm/gcompmgr/Makefile index 65dcd1c5bdb8..090d301f7370 100644 --- a/x11-wm/gcompmgr/Makefile +++ b/x11-wm/gcompmgr/Makefile @@ -28,11 +28,13 @@ DESKTOP_ENTRIES="gcompmgr" \ "Application;Settings;" \ true -.include <bsd.port.pre.mk> post-patch: .for file in depcomp install-sh missing @${LN} -sf ${AUTOMAKE_DIR}/${file} ${WRKSRC} .endfor + @${REINPLACE_CMD} -e 's|connect(SigC::slot|connect(sigc::mem_fun|g ; \ + s|#include <sigc++\/compatibility\.h>||g' \ + ${WRKSRC}/src/*.cc -.include <bsd.port.post.mk> +.include <bsd.port.mk> |