diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-18 20:32:41 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-18 20:32:41 +0000 |
| commit | 57a85c44bdefb12dcd3a043addd2f84414e80b5f (patch) | |
| tree | 697dac61706aa2e60f714fd8a675781dda6795ca | |
| parent | 7d1603913238ddc65ed497ff91ef788d830c0fe9 (diff) | |
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)
| -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 |
