diff options
Diffstat (limited to 'recipes/cvs/cvs_1.12.9.bb')
-rw-r--r-- | recipes/cvs/cvs_1.12.9.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/cvs/cvs_1.12.9.bb b/recipes/cvs/cvs_1.12.9.bb index b345a9c73a..5ce3ecf794 100644 --- a/recipes/cvs/cvs_1.12.9.bb +++ b/recipes/cvs/cvs_1.12.9.bb @@ -3,9 +3,12 @@ SECTION = "console/network" PRIORITY = "optional" DEPENDS = "" LICENSE = "GPL" +PR = "r1" SRC_URI = "http://musthave.sunbase.org/progs/ccvs/cvs-${PV}/cvs-${PV}.tar.bz2 \ - file://m4.patch" + file://m4.patch \ + file://fix-__mempcpy.patch \ + " inherit autotools gettext |