From a5fd7eb724f468c49a6b5cba05287e426f9d257b Mon Sep 17 00:00:00 2001 From: mi Date: Mon, 9 Apr 2001 19:54:04 +0000 Subject: Do not build the profile-versions of the libraries by explicitly defining NOPROFILE in the relevant Makefiles. --- graphics/hdf5/files/hdf/src/Makefile | 2 ++ graphics/hdf5/files/mfhdf/libsrc/Makefile | 2 ++ 2 files changed, 4 insertions(+) (limited to 'graphics/hdf5/files') diff --git a/graphics/hdf5/files/hdf/src/Makefile b/graphics/hdf5/files/hdf/src/Makefile index 5dde282..391a702 100644 --- a/graphics/hdf5/files/hdf/src/Makefile +++ b/graphics/hdf5/files/hdf/src/Makefile @@ -5,6 +5,8 @@ LIB=df # uncomment the line below to avoid building static libraries #INTERNALLIB=YES LIBDIR=${PREFIX}/lib +# comment out the line below to build the profile libs +NOPROFILE=yes SHLIB_MAJOR=1 SHLIB_MINOR=0 diff --git a/graphics/hdf5/files/mfhdf/libsrc/Makefile b/graphics/hdf5/files/mfhdf/libsrc/Makefile index 7ca23f2..092102f 100644 --- a/graphics/hdf5/files/mfhdf/libsrc/Makefile +++ b/graphics/hdf5/files/mfhdf/libsrc/Makefile @@ -15,6 +15,8 @@ LIBDIR = ${PREFIX}/lib # uncomment the line below to avoid building static libraries #INTERNALLIB = Yes +# comment out the line below to build the profile libs +NOPROFILE=yes CFLAGS += -DNDEBUG -DHDF -I${.CURDIR}/../../hdf/src -I${.CURDIR} .if ${MACHINE_ARCH} == "i386" -- cgit v1.1