[BACK]Return to patch-make_makefile_ver CVS log [TXT][DIR] Up to [local] / ports / graphics / allegrogl / patches

Annotation of ports/graphics/allegrogl/patches/patch-make_makefile_ver, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- make/makefile.ver.orig     Thu Apr 29 21:23:31 2010
        !             3: +++ make/makefile.ver  Thu Apr 29 21:25:17 2010
        !             4: @@ -1,4 +1,4 @@
        !             5:  # Shared library versions for Unix
        !             6: -shared_version = 0.4.3
        !             7: -shared_major_minor = 0.4
        !             8: -shared_major = 0
        !             9: +shared_version ?= 0.4.3
        !            10: +shared_major_minor ?= 0.4
        !            11: +shared_major ?= 0

CVSweb