summaryrefslogtreecommitdiff
path: root/science/hdf5/scripts/post-patch
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-10-05 03:20:31 +0000
committerSteve Price <steve@FreeBSD.org>1998-10-05 03:20:31 +0000
commit6914ceca7de21cf3c2e9627e3bf50e235638a2f8 (patch)
tree111c53a1d63d79712d1b5a8e33c06455813ad309 /science/hdf5/scripts/post-patch
parentBroken: not reinstall friendly. (diff)
Fix build for ELF.
Notes
Notes: svn path=/head/; revision=13656
Diffstat (limited to '')
-rw-r--r--science/hdf5/scripts/post-patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/hdf5/scripts/post-patch b/science/hdf5/scripts/post-patch
index 0922398e3d40..abb1fc2ea1fb 100644
--- a/science/hdf5/scripts/post-patch
+++ b/science/hdf5/scripts/post-patch
@@ -51,7 +51,7 @@ patch -p << END_OF_PATCH
@@ -72,2 +72,2 @@
-ZLIBLIB=\$(srcdir)/../zlib
-ZLIBINC=\$(srcdir)/../zlib
-+ZLIBLIB=-lz \$(pwrkdir)
++ZLIBLIB=-lz
+ZLIBINC=/usr/include
END_OF_PATCH
done