diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-04-09 19:54:04 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-04-09 19:54:04 +0000 |
commit | 8e5d618efa6fc5b8bcba018ad993b6109eb7731e (patch) | |
tree | b1402c0d5582133eabac0540139d6cd36fd43b97 /graphics/hdf | |
parent | 2a1e03477cedc922eda1a913c0193c8ac312d10f (diff) | |
download | ports-8e5d618efa6fc5b8bcba018ad993b6109eb7731e.tar.gz ports-8e5d618efa6fc5b8bcba018ad993b6109eb7731e.zip |
Do not build the profile-versions of the libraries by explicitly defining
NOPROFILE in the relevant Makefiles.
Notes
Notes:
svn path=/head/; revision=41145
Diffstat (limited to 'graphics/hdf')
-rw-r--r-- | graphics/hdf/files/hdf/src/Makefile | 2 | ||||
-rw-r--r-- | graphics/hdf/files/mfhdf/libsrc/Makefile | 2 | ||||
-rw-r--r-- | graphics/hdf/pkg-plist | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/graphics/hdf/files/hdf/src/Makefile b/graphics/hdf/files/hdf/src/Makefile index 5dde282ec816..391a70281060 100644 --- a/graphics/hdf/files/hdf/src/Makefile +++ b/graphics/hdf/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/hdf/files/mfhdf/libsrc/Makefile b/graphics/hdf/files/mfhdf/libsrc/Makefile index 7ca23f2d374e..092102faa53c 100644 --- a/graphics/hdf/files/mfhdf/libsrc/Makefile +++ b/graphics/hdf/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/graphics/hdf/pkg-plist b/graphics/hdf/pkg-plist index dba5179efd20..6fef1499b816 100644 --- a/graphics/hdf/pkg-plist +++ b/graphics/hdf/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 |