Date: Thu, 13 Sep 2012 08:05:31 +0000 (UTC) From: Ruslan Mahmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304183 - head/x11-toolkits/open-motif Message-ID: <201209130805.q8D85VwA049482@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Thu Sep 13 08:05:31 2012 New Revision: 304183 URL: http://svn.freebsd.org/changeset/ports/304183 Log: - fix detection of X11/extensions/XPrint.h - bump PORTREVISION PR: 170626 Submitted by: Mikhail Tsatsenko <m.tsatsenko at gmail dot com> (maintainer) Reported by: Marcin Cieslak <saper at saper dot info> Modified: head/x11-toolkits/open-motif/Makefile Modified: head/x11-toolkits/open-motif/Makefile ============================================================================== --- head/x11-toolkits/open-motif/Makefile Thu Sep 13 07:12:30 2012 (r304182) +++ head/x11-toolkits/open-motif/Makefile Thu Sep 13 08:05:31 2012 (r304183) @@ -8,7 +8,7 @@ PORTNAME= open-motif PORTVERSION= 2.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.ics.com/openmotif/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/${PORTVERSION}/ DISTNAME= openmotif-${PORTVERSION} @@ -30,7 +30,7 @@ USE_XORG= xaw xbitmaps xft GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_ENV= LANG=C -CPPFLAGS+= -DCSRG_BASED -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI +CPPFLAGS+= -DCSRG_BASED -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI -I${PREFIX}/include USE_CSTD= gnu89 DEMOS_SRC= ${WRKSRC}/demos/programs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209130805.q8D85VwA049482>