svn commit: r498435 - head/audio/paprefs

Romain Tartière romain at FreeBSD.org
Mon Apr 8 23:56:11 UTC 2019


Author: romain
Date: Mon Apr  8 23:56:10 2019
New Revision: 498435
URL: https://svnweb.freebsd.org/changeset/ports/498435

Log:
  Fix build with GCC-based architectures
  
  While here, add missing USES=gnome.
  
  PR:		237118
  Reported by:	pkubaj at anongoth.pl

Modified:
  head/audio/paprefs/Makefile

Modified: head/audio/paprefs/Makefile
==============================================================================
--- head/audio/paprefs/Makefile	Mon Apr  8 21:26:25 2019	(r498434)
+++ head/audio/paprefs/Makefile	Mon Apr  8 23:56:10 2019	(r498435)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 		libdbus-glib-1.so:devel/dbus-glib \
 		libpulse.so:audio/pulseaudio
 
-USES=		meson pkgconfig tar:xz
+USES=		compiler:c++11-lang gnome meson pkgconfig tar:xz
 USE_GNOME=	atkmm glib20 glibmm gtk30 gtkmm30 libsigc++20
 
 OPTIONS_DEFINE=	PK NLS


More information about the svn-ports-head mailing list