diff options
author | mi <mi@FreeBSD.org> | 2001-04-10 03:54:04 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2001-04-10 03:54:04 +0800 |
commit | a5fd7eb724f468c49a6b5cba05287e426f9d257b (patch) | |
tree | 590255767fc241973f47496db4407710e7e646ee /science/hdf5-18 | |
parent | a2a160581812cb4acb017f8fe68db40b0e9c402c (diff) | |
download | freebsd-ports-gnome-a5fd7eb724f468c49a6b5cba05287e426f9d257b.tar.gz freebsd-ports-gnome-a5fd7eb724f468c49a6b5cba05287e426f9d257b.tar.zst freebsd-ports-gnome-a5fd7eb724f468c49a6b5cba05287e426f9d257b.zip |
Do not build the profile-versions of the libraries by explicitly defining
NOPROFILE in the relevant Makefiles.
Diffstat (limited to 'science/hdf5-18')
-rw-r--r-- | science/hdf5-18/files/hdf/src/Makefile | 2 | ||||
-rw-r--r-- | science/hdf5-18/files/mfhdf/libsrc/Makefile | 2 | ||||
-rw-r--r-- | science/hdf5-18/pkg-plist | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/science/hdf5-18/files/hdf/src/Makefile b/science/hdf5-18/files/hdf/src/Makefile index 5dde282ec816..391a70281060 100644 --- a/science/hdf5-18/files/hdf/src/Makefile +++ b/science/hdf5-18/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/science/hdf5-18/files/mfhdf/libsrc/Makefile b/science/hdf5-18/files/mfhdf/libsrc/Makefile index 7ca23f2d374e..092102faa53c 100644 --- a/science/hdf5-18/files/mfhdf/libsrc/Makefile +++ b/science/hdf5-18/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" diff --git a/science/hdf5-18/pkg-plist b/science/hdf5-18/pkg-plist index dba5179efd20..6fef1499b816 100644 --- a/science/hdf5-18/pkg-plist +++ b/science/hdf5-18/pkg-plist @@ -77,8 +77,6 @@ include/vgint.h lib/libdf.a lib/libdf.so lib/libdf.so.1 -lib/libdf_p.a lib/libmfhdf.a lib/libmfhdf.so lib/libmfhdf.so.2 -lib/libmfhdf_p.a |