diff options
author | jmz <jmz@FreeBSD.org> | 2000-02-17 20:15:04 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2000-02-17 20:15:04 +0000 |
commit | 53fadabca2bedd92fe926282f45addae45789135 (patch) | |
tree | badb1b8dbc1953d35c95aa93a0dec69830eacbf0 | |
parent | 5d9360292f62b8d781d5413b9bd0574a52252a94 (diff) | |
download | FreeBSD-ports-53fadabca2bedd92fe926282f45addae45789135.zip FreeBSD-ports-53fadabca2bedd92fe926282f45addae45789135.tar.gz |
Back out previous changes to work around tixwish core dumps. The right
fix is now in patch-ad.
Set MAINTAINER to jmz.
-rw-r--r-- | x11-toolkits/tix/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-toolkits/tix/Makefile b/x11-toolkits/tix/Makefile index 5526d94..735d1e0 100644 --- a/x11-toolkits/tix/Makefile +++ b/x11-toolkits/tix/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.neosoft.com/tcl/ftparchive/%SUBDIR%/ \ ftp://ftp.riken.go.jp/pub/lang/tcl/netsoft/%SUBDIR%/ MASTER_SITE_SUBDIR= sorted/packages-8.0/x11/Tix/4.1.0.007 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jmz@FreeBSD.org LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 @@ -38,7 +38,6 @@ TIX_LIB= libtix4182.so TIXSAM_LIB= libtixsam4182.so TIX_LIB_FILE= ${TIX_LIB}.1 TIXSAM_LIB_FILE=${TIXSAM_LIB}.1 -CFLAGS+= -fwritable-strings .include <bsd.port.pre.mk> @@ -48,8 +47,6 @@ 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}/.. && \ |