diff options
author | mandree <mandree@FreeBSD.org> | 2012-06-14 03:54:22 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2012-06-14 03:54:22 +0800 |
commit | f3c92f953c70f95d7fccf8f198e7dfe2932ae989 (patch) | |
tree | 46d555b03a21983cc93fe14555b72c6a9c84ca72 /misc | |
parent | df1bca1c81810146c41d1381af493c40d5a08232 (diff) | |
download | freebsd-ports-gnome-f3c92f953c70f95d7fccf8f198e7dfe2932ae989.tar.gz freebsd-ports-gnome-f3c92f953c70f95d7fccf8f198e7dfe2932ae989.tar.zst freebsd-ports-gnome-f3c92f953c70f95d7fccf8f198e7dfe2932ae989.zip |
Dispose of OPTIONSFILE for the nonce, to fix the build.
There are no dialog(1)-based options for now.
This isn't the final solution, but works until the proper fix becomes known.
The problem is that OPTIONS_EXCLUDE=NLS does not work, it gets overridden
when the options.mk file reads e2fsprogs's $OPTIONSFILE.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/e2fsprogs-libuuid/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/e2fsprogs-libuuid/Makefile b/misc/e2fsprogs-libuuid/Makefile index f6def15ff773..d6e4d2eb1bbe 100644 --- a/misc/e2fsprogs-libuuid/Makefile +++ b/misc/e2fsprogs-libuuid/Makefile @@ -16,6 +16,7 @@ CONFLICTS= ossp-uuid-[0-9]* CONFIGURE_ARGS= --enable-elf-shlibs WITHOUT_NLS= yes +OPTIONSFILE= # works around optionsNG trouble MASTERDIR= ${.CURDIR}/../../sysutils/e2fsprogs MAKE_ARGS= LIB_SUBDIRS=lib/uuid USE_GMAKE= yes |