diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-08-24 05:05:01 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-08-24 05:05:01 +0800 |
commit | 90ba329cd188504c40cbe40ae5051ac47c86e9fd (patch) | |
tree | e04980c2c6f48d8ecb13fadf959b6c3e0f6a6dbc /x11/gdm3 | |
parent | 7221e94f1713775c5fdfe1162d3b776d60487071 (diff) | |
download | marcuscom-ports-90ba329cd188504c40cbe40ae5051ac47c86e9fd.tar.gz marcuscom-ports-90ba329cd188504c40cbe40ae5051ac47c86e9fd.tar.zst marcuscom-ports-90ba329cd188504c40cbe40ae5051ac47c86e9fd.zip |
Remove hardcoded execinfo.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18665 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm3')
-rw-r--r-- | x11/gdm3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/gdm3/Makefile b/x11/gdm3/Makefile index 4b780ba03..3f90e870c 100644 --- a/x11/gdm3/Makefile +++ b/x11/gdm3/Makefile @@ -101,6 +101,8 @@ CONFIGURE_ARGS+= --disable-ipv6 post-patch: @${REINPLACE_CMD} -e 's|root:root|root:wheel|g' \ ${WRKSRC}/data/Makefile.in + @${REINPLACE_CMD} -e 's|-lexecinfo||g' \ + ${WRKSRC}/common/Makefile.in @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/daemon/gdm-session-worker.c |