diff options
author | mat <mat@FreeBSD.org> | 2017-09-22 18:48:28 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:34:56 +0800 |
commit | 46a6a08638f7d27e988d77296ee25dc1a41c40a6 (patch) | |
tree | 757a7a154c8b3c484b8d71f92d6f217634a2a206 /textproc | |
parent | 8b955ebf2cdaba987df847675afc3e6ae924154c (diff) | |
download | freebsd-ports-gnome-46a6a08638f7d27e988d77296ee25dc1a41c40a6.tar.gz freebsd-ports-gnome-46a6a08638f7d27e988d77296ee25dc1a41c40a6.tar.zst freebsd-ports-gnome-46a6a08638f7d27e988d77296ee25dc1a41c40a6.zip |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/goldendict/Makefile | 2 | ||||
-rw-r--r-- | textproc/groonga/Makefile | 2 | ||||
-rw-r--r-- | textproc/zorba/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/textproc/goldendict/Makefile b/textproc/goldendict/Makefile index 71a528cfdc36..a4c7ab0ee157 100644 --- a/textproc/goldendict/Makefile +++ b/textproc/goldendict/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell \ libvorbis.so:audio/libvorbis NO_WRKSUBDIR= yes -USES= dos2unix execinfo iconv pkgconfig qmake tar:bzip2 +USES= dos2unix iconv pkgconfig qmake tar:bzip2 DOS2UNIX_FILES= processwrapper.cc USE_XORG= xtst USE_QT4= corelib gui webkit phonon \ diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index 77f2e7fd9efe..021b7a6a3478 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL21 LIB_DEPENDS= libpcre.so:devel/pcre -USES= execinfo gmake libedit libtool pathfix pkgconfig +USES= gmake libedit libtool pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-benchmark \ --disable-document \ diff --git a/textproc/zorba/Makefile b/textproc/zorba/Makefile index 39c2f9f16222..ba18e075093d 100644 --- a/textproc/zorba/Makefile +++ b/textproc/zorba/Makefile @@ -38,7 +38,7 @@ CONFLICTS= xqilla-[0-9]* USE_GNOME= libxml2 libxslt USE_LDCONFIG= yes USE_CXXSTD= c++11 -USES= cmake:outsource compiler:c++11-lib execinfo +USES= cmake:outsource compiler:c++11-lib CXXFLAGS+= -I${LOCALBASE}/include -O1 # compiler hangs with -O2 on CURRENT LDFLAGS+= -L${LOCALBASE}/lib CMAKE_ARGS= -DCMAKE_REQUIRED_FLAGS:STRING="-I${LOCALBASE}/include -L${LOCALBASE}/lib" \ |