diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-02-10 23:57:23 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-02-10 23:57:23 +0000 |
commit | 4bba7fd948297067370334c35fc94c0223887030 (patch) | |
tree | 1bfe49bb15d69db54df995152eb71b78341bf047 /x11-toolkits | |
parent | 861507f014f43e9d918b9376a2e1641b2513d7a0 (diff) | |
download | ports-4bba7fd948297067370334c35fc94c0223887030.tar.gz ports-4bba7fd948297067370334c35fc94c0223887030.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tix/Makefile | 2 |
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}/.. && \ |