Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2020 16:07:35 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551326 - head/x11/gdm
Message-ID:  <202010031607.093G7ZMK033268@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Sat Oct  3 16:07:35 2020
New Revision: 551326
URL: https://svnweb.freebsd.org/changeset/ports/551326

Log:
  x11/gdm: Switch to USES=localbase
  
  Approved by:	portmgr blanket

Modified:
  head/x11/gdm/Makefile

Modified: head/x11/gdm/Makefile
==============================================================================
--- head/x11/gdm/Makefile	Sat Oct  3 16:00:21 2020	(r551325)
+++ head/x11/gdm/Makefile	Sat Oct  3 16:07:35 2020	(r551326)
@@ -43,7 +43,7 @@ GROUPS=		gdm video
 
 PORTSCOUT=	limitw:1,even
 
-USES=		cpe gettext gmake gnome libtool pathfix pkgconfig tar:xz xorg
+USES=		cpe gettext gmake gnome libtool localbase:ldflags pathfix pkgconfig tar:xz xorg
 CPE_VENDOR=	gnome
 CPE_PRODUCT=	gnome_display_manager
 USE_GNOME=	cairo dconf gtk30 intltool introspection
@@ -82,8 +82,7 @@ CONFIGURE_ARGS=	--disable-static \
 
 # this is a hack until we can get our own pam dir and dir in order.
 CONFIGURE_ARGS+=--with-default-pam-config=redhat
-CPPFLAGS+=	-I${LOCALBASE}/include -DHAS_SA_LEN
-LDFLAGS+=	-L${LOCALBASE}/lib
+CPPFLAGS+=	-DHAS_SA_LEN
 INSTALL_TARGET=	install-strip
 
 SUB_FILES+=	gdm-launch-environment \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010031607.093G7ZMK033268>