diff options
author | jmz <jmz@FreeBSD.org> | 2002-10-20 06:54:28 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2002-10-20 06:54:28 +0800 |
commit | 09891c3113ad23d42d0edf3087800e3bfed77e8a (patch) | |
tree | 70f9a9c7212c972f97d5fe913f5dc940df1a67af /games/xmris/scripts/pre-configure | |
parent | ce5538c960dd981968799f854fb5da48abfbdc61 (diff) | |
download | freebsd-ports-gnome-09891c3113ad23d42d0edf3087800e3bfed77e8a.tar.gz freebsd-ports-gnome-09891c3113ad23d42d0edf3087800e3bfed77e8a.tar.zst freebsd-ports-gnome-09891c3113ad23d42d0edf3087800e3bfed77e8a.zip |
Fix the build on -current (patch-aa)
Compile all targets in the do-build phase, fix install with XFree86-4, honor
CFLAGS
Diffstat (limited to 'games/xmris/scripts/pre-configure')
-rw-r--r-- | games/xmris/scripts/pre-configure | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/games/xmris/scripts/pre-configure b/games/xmris/scripts/pre-configure index a4862a85a6bd..1f40dd7c9a56 100644 --- a/games/xmris/scripts/pre-configure +++ b/games/xmris/scripts/pre-configure @@ -7,9 +7,4 @@ echo "LOCAL=$PREFIX" >${WRKSRC}/Imakefile || exit 1; # remove extra space after \ in continuation lines sed -e 's/\\ $/\\/' <${WRKSRC}/Imakefile.orig >>${WRKSRC}/Imakefile || exit 1 -echo "CDEBUGFLAGS=-O2" >>${WRKSRC}/Imakefile || exit 1 -echo "MANSUFFIX=6" >>${WRKSRC}/Imakefile || exit 1 -echo "OWNER = -g games" >>${WRKSRC}/Imakefile || exit 1 -echo "INSTMRISFLAGS = \$(OWNER) -m 2555" >>${WRKSRC}/Imakefile || exit 1 - exit 0 |