summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-08-24 05:05:01 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-08-24 05:05:01 +0800
commit90ba329cd188504c40cbe40ae5051ac47c86e9fd (patch)
treee04980c2c6f48d8ecb13fadf959b6c3e0f6a6dbc
parent7221e94f1713775c5fdfe1162d3b776d60487071 (diff)
downloadmarcuscom-ports-90ba329cd188504c40cbe40ae5051ac47c86e9fd.tar
marcuscom-ports-90ba329cd188504c40cbe40ae5051ac47c86e9fd.tar.gz
marcuscom-ports-90ba329cd188504c40cbe40ae5051ac47c86e9fd.tar.bz2
marcuscom-ports-90ba329cd188504c40cbe40ae5051ac47c86e9fd.tar.lz
marcuscom-ports-90ba329cd188504c40cbe40ae5051ac47c86e9fd.tar.xz
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
-rw-r--r--x11/gdm3/Makefile2
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