omp.h not installed (patch)



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
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"



Relevant Pages