diff options
Diffstat (limited to 'graphics/png/files/patch-aa')
-rw-r--r-- | graphics/png/files/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/png/files/patch-aa b/graphics/png/files/patch-aa index b7b896056f8..4930132fe3e 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 |