diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-11-16 18:43:43 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-11-16 18:43:43 +0000 |
commit | 01057b8a46cc62a311bceced126aac18e02d52d7 (patch) | |
tree | 29a6d61a5184c7b21ffa7c0bca8c43132966a6ae /graphics/hugin/Makefile | |
parent | b32998e47d1c082a494f5e19c994571aaeb47041 (diff) | |
download | ports-01057b8a46cc62a311bceced126aac18e02d52d7.tar.gz ports-01057b8a46cc62a311bceced126aac18e02d52d7.zip |
graphics/* convert to USES=sqlite
PR: 251142
Approved by: portmgr (blanket, convert to USES)
Notes
Notes:
svn path=/head/; revision=555507
Diffstat (limited to 'graphics/hugin/Makefile')
-rw-r--r-- | graphics/hugin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index 933c91a34c66..8574ec9e93c5 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -17,7 +17,6 @@ LIB_DEPENDS= libIlmImf.so:graphics/openexr \ libexiv2.so:graphics/exiv2 \ libfftw3.so:math/fftw3 \ libpano13.so:graphics/libpano13 \ - libsqlite3.so:databases/sqlite3 \ libvigraimpex.so:graphics/vigra \ libpng.so:graphics/png \ libtiff.so:graphics/tiff @@ -29,7 +28,7 @@ RUN_DEPENDS= enblend>=4.1.4:graphics/enblend \ BROKEN_i386= Fails to build: ld: error: src/hugin_base/libhuginbase.so.0.0: undefined reference to __atomic_load USES= cmake compiler:c++11-lib desktop-file-utils gettext gl gnome \ - jpeg pkgconfig shared-mime-info shebangfix tar:bzip2 + jpeg pkgconfig shared-mime-info shebangfix sqlite tar:bzip2 CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG} USE_WX= 3.0+ USE_GL= glew glut |