mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix build on gcc-based architectures:
/usr/local/lib/libgraphite2.so.3: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8'
This commit is contained in:
parent
68fe12fc41
commit
42a4ffa4e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495553
@ -19,8 +19,9 @@ LIB_DEPENDS= libminizip.so:archivers/minizip \
|
||||
libfftw3.so:math/fftw3 \
|
||||
libgtkglext-x11-1.0.so:x11-toolkits/gtkglext
|
||||
|
||||
USES= desktop-file-utils gl gmake libtool localbase:ldflags \
|
||||
pathfix pkgconfig shared-mime-info shebangfix tar:xz
|
||||
USES= compiler:c++11-lang desktop-file-utils gl gmake libtool \
|
||||
localbase:ldflags pathfix pkgconfig shared-mime-info \
|
||||
shebangfix tar:xz
|
||||
SHEBANG_FILES= plugins/process/invert_python.py
|
||||
USE_GNOME= cairo gtk20 libxml2 pangox-compat
|
||||
USE_GL= gl glu
|
||||
|
Loading…
Reference in New Issue
Block a user