summaryrefslogtreecommitdiff
path: root/graphics/png/files
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1998-09-14 19:43:12 +0000
committerMark Murray <markm@FreeBSD.org>1998-09-14 19:43:12 +0000
commit22f81a0cd92b47df3231d043a680bd5fce1d2d61 (patch)
tree0dbd00d4b2a4f186efff7c528b548a4cc8906dcc /graphics/png/files
parentELF conversions as per Satoshi's instructions. (diff)
Convert to ELF in accordance with Satoshi's instructions.
Diffstat (limited to 'graphics/png/files')
-rw-r--r--graphics/png/files/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/png/files/patch-aa b/graphics/png/files/patch-aa
index b7b896056f86..4930132fe3e6 100644
--- a/graphics/png/files/patch-aa
+++ b/graphics/png/files/patch-aa
@@ -45,10 +45,10 @@
#RANLIB=echo
RANLIB=ranlib
-+ # read libpng.txt or png.h to see why PNGMAJ is 2. You should not
-+ # have to change it.
-+ PNGMAJ = 2
-+ PNGMIN = 1
++ # Set major and minor numbers that are ELF-compliant.
++ # The minor must _always_ be 0
++ PNGMAJ = 3
++ PNGMIN = 0
+ PNGVER = $(PNGMAJ).$(PNGMIN)
+
# where make install puts libpng.a and png.h