diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-09-20 23:32:51 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-09-20 23:32:51 +0000 |
commit | 4bfc3a9403474919079fea1be6c95e92d6c1ef40 (patch) | |
tree | e1128a06e3e44b3a93226bc56afdeb51588e2730 /science/chemtool | |
parent | 8ceb383a48090a82fb7822c19254ad189cf2a58e (diff) |
Notes
Diffstat (limited to 'science/chemtool')
-rw-r--r-- | science/chemtool/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/chemtool/Makefile b/science/chemtool/Makefile index 82b0b6aa7cb1..58a6d839dd8f 100644 --- a/science/chemtool/Makefile +++ b/science/chemtool/Makefile @@ -24,6 +24,8 @@ CONFIGURE_ARGS= --enable-emf=yes --with-localedir=${PREFIX} USE_GNOME= cairo gdkpixbuf2 gtk20 USE_XORG= x11 +CFLAGS+= -fcommon # notified the author via e-mail on Sep 20, 2020 + OPTIONS_DEFINE= NLS EXAMPLES OPTIONS_SUB= yes |