svn commit: r304183 - head/x11-toolkits/open-motif

Ruslan Mahmatkhanov rm at FreeBSD.org
Thu Sep 13 08:05:31 UTC 2012


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



More information about the svn-ports-all mailing list