diff options
author | Cy Schubert <cy@FreeBSD.org> | 2020-10-26 18:27:33 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2020-10-26 18:27:33 +0000 |
commit | e0d73b25421b80d962e0ee12e82e3ee7e3883039 (patch) | |
tree | efb4de505c48f8040d4d5587c15fcbe1e0a09ad3 | |
parent | 8a94ff0363541d2432d274515d17746d36b442f9 (diff) | |
download | ports-e0d73b25421b80d962e0ee12e82e3ee7e3883039.tar.gz ports-e0d73b25421b80d962e0ee12e82e3ee7e3883039.zip |
Notes
-rw-r--r-- | sysutils/lxtask/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/lxtask/Makefile b/sysutils/lxtask/Makefile index 9e33f312f624..90df8bc0044c 100644 --- a/sysutils/lxtask/Makefile +++ b/sysutils/lxtask/Makefile @@ -18,6 +18,8 @@ USE_GNOME= gtk20 intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes +CFLAGS= -fcommon + PORTDOCS= AUTHORS README OPTIONS_DEFINE= DOCS NLS |