diff options
author | wg <wg@FreeBSD.org> | 2013-10-27 17:20:40 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-10-27 17:20:40 +0800 |
commit | 013e6d8a87a50d71a64f7ceafcffcd9edef7c1f7 (patch) | |
tree | 69fabb259033cd55e9a56d168011307ca6d1d853 /security | |
parent | e118d18d5f3044159437b71a1b50f9461ab880c2 (diff) | |
download | freebsd-ports-gnome-013e6d8a87a50d71a64f7ceafcffcd9edef7c1f7.tar.gz freebsd-ports-gnome-013e6d8a87a50d71a64f7ceafcffcd9edef7c1f7.tar.zst freebsd-ports-gnome-013e6d8a87a50d71a64f7ceafcffcd9edef7c1f7.zip |
security/gnutls3: fix build without CXX option
- Fix build without CXX option
Submitted by: decke
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls3/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gnutls3/pkg-plist b/security/gnutls3/pkg-plist index 8ee7a1b9934f..7193e678931d 100644 --- a/security/gnutls3/pkg-plist +++ b/security/gnutls3/pkg-plist @@ -13,7 +13,7 @@ include/gnutls3/gnutls/compat.h include/gnutls3/gnutls/crypto.h include/gnutls3/gnutls/dtls.h include/gnutls3/gnutls/gnutls.h -include/gnutls3/gnutls/gnutlsxx.h +%%CXX%%include/gnutls3/gnutls/gnutlsxx.h include/gnutls3/gnutls/ocsp.h include/gnutls3/gnutls/openpgp.h include/gnutls3/gnutls/openssl.h |