diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-10-25 13:09:00 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-10-25 13:09:00 +0800 |
commit | 4755b1f1e7959ca16a26c8395c78d0b2fdb37b56 (patch) | |
tree | c82cadadc185124261d8a2ee4585b9c520bc08fe /comms/hylafax/Makefile | |
parent | bfba914e440df2ff78a3737e597ec09db92eab04 (diff) | |
download | freebsd-ports-gnome-4755b1f1e7959ca16a26c8395c78d0b2fdb37b56.tar.gz freebsd-ports-gnome-4755b1f1e7959ca16a26c8395c78d0b2fdb37b56.tar.zst freebsd-ports-gnome-4755b1f1e7959ca16a26c8395c78d0b2fdb37b56.zip |
- fix build with clang
Submitted by: gahr
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r-- | comms/hylafax/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index b8ac06d6aacf..d6252c74fd8c 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -29,7 +29,7 @@ CONFIGURE_ARGS= --with-INSTALL="" \ --with-DIR_HTML="${DOCSDIR}" CFLAGS+= -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -Wall -L${LOCALBASE}/lib CONFIGURE_ENV= ENVOPTS="${CFLAGS}" -MAKE_ARGS+= OPTIMIZER="" -EOPTIMIZER +MAKE_ARGS+= OPTIMIZER="" -DOPTIMIZER PORTDOCS= RELEASENOTES-4.3.txt RELEASENOTES-4.4.txt RELEASENOTES-6.0.txt SUB_FILES= pkg-message |