diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-31 03:12:26 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-31 03:12:26 +0000 |
commit | fb9bd0c48502986c851d4c0a20f7ea75947fe8d6 (patch) | |
tree | 9b355b6ae5070ae9d27a7a83ac7b15d5f246c48b | |
parent | 205f0f8997ec095ac6c7473df4b733f7f212c80a (diff) | |
download | ports-fb9bd0c48502986c851d4c0a20f7ea75947fe8d6.tar.gz ports-fb9bd0c48502986c851d4c0a20f7ea75947fe8d6.zip |
- don't clobber any given LDFLAGS
resolve conflitcs with bsd.openssl.mk
Notes
Notes:
svn path=/head/; revision=88159
-rw-r--r-- | graphics/hdf5/Makefile | 2 | ||||
-rw-r--r-- | science/hdf5-18/Makefile | 2 | ||||
-rw-r--r-- | science/hdf5/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/hdf5/Makefile b/graphics/hdf5/Makefile index 3f4c5df6ef3e..8522d22cd6d7 100644 --- a/graphics/hdf5/Makefile +++ b/graphics/hdf5/Makefile @@ -20,7 +20,7 @@ USE_OPENSSL= yes USE_LIBTOOL= yes LIBTOOLFILES= configure c++/configure CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} ${PTHREAD_CFLAGS}" CONFIGURE_ARGS= --enable-cxx --enable-production \ --enable-threadsafe --disable-debug \ --with-ssl --with-pthread diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile index 3f4c5df6ef3e..8522d22cd6d7 100644 --- a/science/hdf5-18/Makefile +++ b/science/hdf5-18/Makefile @@ -20,7 +20,7 @@ USE_OPENSSL= yes USE_LIBTOOL= yes LIBTOOLFILES= configure c++/configure CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} ${PTHREAD_CFLAGS}" CONFIGURE_ARGS= --enable-cxx --enable-production \ --enable-threadsafe --disable-debug \ --with-ssl --with-pthread diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index 3f4c5df6ef3e..8522d22cd6d7 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -20,7 +20,7 @@ USE_OPENSSL= yes USE_LIBTOOL= yes LIBTOOLFILES= configure c++/configure CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} ${PTHREAD_CFLAGS}" CONFIGURE_ARGS= --enable-cxx --enable-production \ --enable-threadsafe --disable-debug \ --with-ssl --with-pthread |