omp.h not installed (patch)

Pieter de Goeje pieter at degoeje.nl
Thu May 31 12:53:42 UTC 2007


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


More information about the freebsd-current mailing list