Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 10:10:58 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325967 - head/devel/libpthread-stubs
Message-ID:  <201309021010.r82AAwTd051904@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep  2 10:10:58 2013
New Revision: 325967
URL: http://svnweb.freebsd.org/changeset/ports/325967

Log:
  Conversion from USE_GNOME=gnomehack to USES=pathfix is not that simple, revert back to USE_GNOME=gnomehack

Modified:
  head/devel/libpthread-stubs/Makefile

Modified: head/devel/libpthread-stubs/Makefile
==============================================================================
--- head/devel/libpthread-stubs/Makefile	Mon Sep  2 10:06:03 2013	(r325966)
+++ head/devel/libpthread-stubs/Makefile	Mon Sep  2 10:10:58 2013	(r325967)
@@ -10,7 +10,8 @@ MASTER_SITES=	http://xcb.freedesktop.org
 MAINTAINER=	ashish@FreeBSD.org
 COMMENT=	This library provides weak aliases for pthread functions
 
-USES=		gmake pathfix pkgconfig
+USES=		gmake pkgconfig
+USE_GNOME=	gnomehack
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
 



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