From beedb6e55e87807008feb5ea3e5b3156d454ae53 Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Wed, 29 Nov 2006 18:26:07 +0000 Subject: Respect the X11BASE and the CC settings. Prompted by: kris (X11BASE) --- deskutils/xmdiary/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deskutils/xmdiary/Makefile') diff --git a/deskutils/xmdiary/Makefile b/deskutils/xmdiary/Makefile index 14d5e369f1fb..a1d275d545a2 100644 --- a/deskutils/xmdiary/Makefile +++ b/deskutils/xmdiary/Makefile @@ -28,5 +28,7 @@ post-patch: ${SCRIPTDIR}/nomalloc $(WRKSRC) 2>&1 > /dev/zero @${ECHO_MSG} removing unneccessary DependTarget from Imakefile-s ${SCRIPTDIR}/noextradepend $(WRKSRC) 2>&1 > /dev/zero + ${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' \ + -e 's|CcCmd gcc|CcCmd ${CC}|' '${WRKSRC}/XDiary.tmpl' .include -- cgit v1.2.3