diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-02-19 04:32:41 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-02-19 04:32:41 +0800 |
commit | 715bf1ab3db345dbaaaf61b874a4c5ae86af925c (patch) | |
tree | 7ee2845cb2cb5506406fa65804763ff0b2557fce /print | |
parent | de8ef507cbb5580f15aee376bb67ff69d8698bbe (diff) | |
download | freebsd-ports-gnome-715bf1ab3db345dbaaaf61b874a4c5ae86af925c.tar.gz freebsd-ports-gnome-715bf1ab3db345dbaaaf61b874a4c5ae86af925c.tar.zst freebsd-ports-gnome-715bf1ab3db345dbaaaf61b874a4c5ae86af925c.zip |
Unset TOP environment variable before proceed with build. The port's
Makefiles abuse this variable commonly used to specify default
options for the top(1) monitor, which breaks the build.
PR: 25192
Submitted by: Stefan `Sec` Zehl <sec@42.org> (among several other, whose
names were lost in entropy
of Universe)
Diffstat (limited to 'print')
-rw-r--r-- | print/freetype2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile index 8ae5e8547cd7..e63bdaf6d546 100644 --- a/print/freetype2/Makefile +++ b/print/freetype2/Makefile @@ -22,6 +22,7 @@ MAINTAINER= jseger@FreeBSD.org USE_BZIP2= yes USE_GMAKE= yes +MAKE_ENV= TOP="" USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared |