aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>2000-02-11 07:57:23 +0800
committerjmz <jmz@FreeBSD.org>2000-02-11 07:57:23 +0800
commitce363d05fd82695e7bb616d92720cf88e9652d71 (patch)
tree0dded70f75ee0d4c9ab21b14a84e7eb1fb9528fa /x11-toolkits
parent1a3aab66e883f98071a22163b704b695ee2065c0 (diff)
downloadfreebsd-ports-gnome-ce363d05fd82695e7bb616d92720cf88e9652d71.tar.gz
freebsd-ports-gnome-ce363d05fd82695e7bb616d92720cf88e9652d71.tar.zst
freebsd-ports-gnome-ce363d05fd82695e7bb616d92720cf88e9652d71.zip
Fix again the problem with tixwish core dumping. I thought it was resolved
with rev 1.29, but apparently `-fwritable-strings' was not taken into account. Now add a post-configure target to explicitly set CFLAGS in Makefile. PR: ports/16639
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/tix/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/tix/Makefile b/x11-toolkits/tix/Makefile
index f2e2a7b1c96c..5526d9443c3e 100644
--- a/x11-toolkits/tix/Makefile
+++ b/x11-toolkits/tix/Makefile
@@ -48,6 +48,8 @@ pre-configure:
INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS})
+post-configure:
+ @(cd ${WRKSRC} && ${ECHO} CFLAGS=${CFLAGS} >> Makefile)
post-install:
@(cd ${WRKSRC}/.. && \