diff options
author | asau <asau@pkgsrc.org> | 2012-10-31 11:16:30 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-31 11:16:30 +0000 |
commit | 1685739ccc9eb6e697991f0019416acfec93db43 (patch) | |
tree | 6eb09c25220d76b18e8b9066167d5ee3c96a3712 /devel/hdf5 | |
parent | ef0bf07a7d80918eb75556520666d60cd2dde6d1 (diff) | |
download | pkgsrc-1685739ccc9eb6e697991f0019416acfec93db43.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'devel/hdf5')
-rw-r--r-- | devel/hdf5/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/hdf5/Makefile.common b/devel/hdf5/Makefile.common index 0a9177d8e37..c31658c02f5 100644 --- a/devel/hdf5/Makefile.common +++ b/devel/hdf5/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2012/10/27 08:54:48 asau Exp $ +# $NetBSD: Makefile.common,v 1.4 2012/10/31 11:17:05 asau Exp $ # used by devel/hdf5-c++/Makefile HDF5_VER= 1.8.9 @@ -15,7 +15,6 @@ USE_LIBTOOL= yes USE_TOOLS+= pax tr GNU_CONFIGURE= yes TEST_TARGET= check -PKG_DESTDIR_SUPPORT= user-destdir CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ |