aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2019-06-29 18:32:07 +0800
committernovel <novel@FreeBSD.org>2019-06-29 18:32:07 +0800
commit535df7a7141c6fbcbaa517ad14ef1fa8d48839a4 (patch)
tree81a0b1abbc25604c52d0a19a330aed85b91ff611 /deskutils
parentf4654dccdc03f9e6329958d5db04c0081db00e24 (diff)
downloadfreebsd-ports-gnome-535df7a7141c6fbcbaa517ad14ef1fa8d48839a4.tar.gz
freebsd-ports-gnome-535df7a7141c6fbcbaa517ad14ef1fa8d48839a4.tar.zst
freebsd-ports-gnome-535df7a7141c6fbcbaa517ad14ef1fa8d48839a4.zip
deskutils/spice-gtk: drop unneeded SSL_(CFLAGS|LIBS) from CONFIGURE_ENV
It's no longer needed to set SSL_(CFLAGS|LIBS) in addition to OPENSSL_(CFLAGS|LIBS), as it was fixed upstream [1], so don't set these unused variables. 1: https://github.com/freedesktop/spice-gtk/commit/8bf59bc PR: 238786 Approved by: maintainer
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/spice-gtk/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/deskutils/spice-gtk/Makefile b/deskutils/spice-gtk/Makefile
index c07f4b208f34..9acc54cb9a0e 100644
--- a/deskutils/spice-gtk/Makefile
+++ b/deskutils/spice-gtk/Makefile
@@ -33,9 +33,7 @@ CPE_VENDOR= redhat
SPICE_SSL_CFLAGS= -I${OPENSSLINC}
SPICE_SSL_LIBS= -L${OPENSSLLIB} -lcrypto -lssl
CONFIGURE_ENV+= OPENSSL_CFLAGS="${SPICE_SSL_CFLAGS}" \
- OPENSSL_LIBS="${SPICE_SSL_LIBS}" \
- SSL_CFLAGS="${SPICE_SSL_CFLAGS}" \
- SSL_LIBS="${SPICE_SSL_LIBS}"
+ OPENSSL_LIBS="${SPICE_SSL_LIBS}"
GNU_CONFIGURE= yes
USE_LDCONFIG= yes