Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Dec 2009 09:49:49 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r225 - trunk/www/libxul/files
Message-ID:  <200912270949.nBR9nnkp014458@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Sun Dec 27 09:49:49 2009
New Revision: 225

Log:
- Fix build if net/mpich2 is installed

PR:		ports/141131
Reported by:	"O. Hartmann" <ohartman AT zedat.fu-berlin.de>,
		Marc Lagrange <rhaamo AT gruik.at>,
		Rainer Hurling <rhurlin AT gwdg.de> (thanks!)

Modified:
   trunk/www/libxul/files/patch-security_coreconf_FreeBSD.mk

Modified: trunk/www/libxul/files/patch-security_coreconf_FreeBSD.mk
==============================================================================
--- trunk/www/libxul/files/patch-security_coreconf_FreeBSD.mk	Sun Dec 27 09:39:49 2009	(r224)
+++ trunk/www/libxul/files/patch-security_coreconf_FreeBSD.mk	Sun Dec 27 09:49:49 2009	(r225)
@@ -49,3 +49,9 @@
  ifdef MAPFILE
  	MKSHLIB += -Wl,--version-script,$(MAPFILE)
  endif
+@@ -81,5 +101,3 @@
+         sed -e 's,;+,,' -e 's; DATA ;;' -e 's,;;,,' -e 's,;.*,;,' > $@
+ 
+ G++INCLUDES		= -I/usr/include/g++
+-
+-INCLUDES		+= -I/usr/X11R6/include



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