diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-21 21:40:02 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-21 21:40:02 +0000 |
commit | 9ba070b2960d7d42663c5fd9cb4c922eb8298736 (patch) | |
tree | 0f57751816aeca0560ee5d1d1a117df0d54dadd9 /graphics/hdf/scripts | |
parent | 3ed18311fdb651e660b5012d5a9eb93adcae3a64 (diff) |
Notes
Diffstat (limited to 'graphics/hdf/scripts')
-rw-r--r-- | graphics/hdf/scripts/post-patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/hdf/scripts/post-patch b/graphics/hdf/scripts/post-patch index 1afaf52ab9ef..0922398e3d40 100644 --- a/graphics/hdf/scripts/post-patch +++ b/graphics/hdf/scripts/post-patch @@ -39,7 +39,7 @@ patch -p << END_OF_PATCH -ZLIBINC=\$(srcdir)/../zlib -ZLIBLIB=\$(srcdir)/../zlib +ZLIBINC=/usr/include -+ZLIBLIB=/usr/lib ++ZLIBLIB=-lz \$(pwrkdir) END_OF_PATCH done @@ -51,7 +51,7 @@ patch -p << END_OF_PATCH @@ -72,2 +72,2 @@ -ZLIBLIB=\$(srcdir)/../zlib -ZLIBINC=\$(srcdir)/../zlib -+ZLIBLIB=/usr/lib ++ZLIBLIB=-lz \$(pwrkdir) +ZLIBINC=/usr/include END_OF_PATCH done |