From ce363d05fd82695e7bb616d92720cf88e9652d71 Mon Sep 17 00:00:00 2001 From: jmz Date: Thu, 10 Feb 2000 23:57:23 +0000 Subject: 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 --- x11-toolkits/tix/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'x11-toolkits') diff --git a/x11-toolkits/tix/Makefile b/x11-toolkits/tix/Makefile index f2e2a7b..5526d94 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}/.. && \ -- cgit v1.1