From owner-freebsd-current@FreeBSD.ORG Thu May 31 12:53:42 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A94016A400 for ; Thu, 31 May 2007 12:53:42 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (smtp1.utsp.utwente.nl [130.89.2.8]) by mx1.freebsd.org (Postfix) with ESMTP id 1515113C468 for ; Thu, 31 May 2007 12:53:41 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from lux.student.utwente.nl (lux.student.utwente.nl [130.89.170.81]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id l4VCraLr009903 for ; Thu, 31 May 2007 14:53:36 +0200 From: Pieter de Goeje To: freebsd-current@freebsd.org Date: Thu, 31 May 2007 14:53:35 +0200 User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200705311453.35706.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Subject: omp.h not installed (patch) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 12:53:42 -0000 I noticed that omp.h (necessary for OpenMP) isn't currently installed. Patch below will fix that. Regards, Pieter de Goeje --- gnu/lib/libgomp/Makefile.orig Sat May 19 06:25:55 2007 +++ gnu/lib/libgomp/Makefile Thu May 31 14:45:25 2007 @@ -14,6 +14,7 @@ single.c team.c work.c lock.c mutex.c proc.c sem.c \ bar.c time.c fortran.c SRCS+= gstdint.h libgomp_f.h omp.h omp_lib.h +INCS+= omp.h CFLAGS+= -DHAVE_CONFIG_H CFLAGS+= -I${.CURDIR} -I. -I${SRCDIR} -I${SRCDIR}/config/posix