pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/dd_rescue
Module Name: pkgsrc
Committed By: mef
Date: Fri Jun 14 01:07:58 UTC 2013
Modified Files:
pkgsrc/sysutils/dd_rescue: distinfo
pkgsrc/sysutils/dd_rescue/patches: patch-ab
Log Message:
patch-ab modified to fix clang build problem:
(1) clang flags:
dd_rescue.c:1494:22: warning: implicit declaration of function 'basename' is
invalid in C99 [-Wimplicit-function-declaration]
const char* ibase = basename(inm);
(3) clang flags:
dd_recue.c:(.text+0x12b4): undefined reference to `mypread'
dd_rescue.c:(.text+0x1374): undefined reference to `mypwrite'
Reported by joerg@ bulkbuild, and discussed on tech-pkg@, thanks.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/dd_rescue/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/dd_rescue/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index