Search Criteria
Package Details: numdiff 5.9.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/numdiff.git (read-only, click to copy) |
|---|---|
| Package Base: | numdiff |
| Description: | Program to compare files ignoring small numeric differences |
| Upstream URL: | http://www.nongnu.org/numdiff/ |
| Licenses: | GPL3 |
| Submitter: | bunder |
| Maintainer: | bunder |
| Last Packager: | bunder |
| Votes: | 7 |
| Popularity: | 0.000000 |
| First Submitted: | 2010-11-05 23:48 (UTC) |
| Last Updated: | 2017-08-02 13:33 (UTC) |
Required by (1)
- gnucsator-git (make)
Latest Comments
maciek_c commented on 2025-06-19 16:15 (UTC)
Compilation fails with "error: cannot use keyword ‘false’ as enumeration constant". Fixed by adding
export CFLAGS+=" -std=gnu99"to build() section.