Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Nov 2012 22:30:28 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307042 - head/security/authforce
Message-ID:  <201211052230.qA5MUSj1004013@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Mon Nov  5 22:30:28 2012
New Revision: 307042
URL: http://svnweb.freebsd.org/changeset/ports/307042

Log:
  Force NLS support with a very broken autotools configure. This fixes
  package building. PORTREVISION bump for plist change if NLS enabled.
  
  Feature safe:	yes

Modified:
  head/security/authforce/Makefile

Modified: head/security/authforce/Makefile
==============================================================================
--- head/security/authforce/Makefile	Mon Nov  5 22:17:44 2012	(r307041)
+++ head/security/authforce/Makefile	Mon Nov  5 22:30:28 2012	(r307042)
@@ -3,6 +3,7 @@
 
 PORTNAME=	authforce
 PORTVERSION=	0.9.9
+PORTREVISION=	1
 CATEGORIES=	security www
 MASTER_SITES=	http://cloud.github.com/downloads/zlandau/authforce/
 
@@ -44,6 +45,7 @@ CONFIGURE_ARGS+=	--without-curl
 .if ${PORT_OPTIONS:MNLS}
 USE_GETTEXT=	yes
 PLIST_FILES+=	share/locale/nl/LC_MESSAGES/authforce.mo
+CONFIGURE_ENV+=	CPPFLAGS=-I${PREFIX}/include LDFLAGS=-L${PREFIX}/lib
 .else
 CONFIGURE_ARGS+=	--disable-nls
 .endif



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