summaryrefslogtreecommitdiff
path: root/multimedia/pwcbsd/files/patch-pwc-dec23.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/pwcbsd: Clean up local patches.John Baldwin2022-08-221-9/+9
| | | | | | | | | - Convert unconditional EXTRA_PATCHES to regular patches (they used to be conditional on an OSVERSION check removed several years ago) - Regenerate patches with make makepatch to ease future maintenance. Differential Revision: https://reviews.freebsd.org/D35949
* multimedia/pwcbsd: Remove devclass from DRIVER_MODULE on recent main.John Baldwin2022-08-221-2/+44
| | | | | | | | While here fix a couple of unused but set warnings by removing an unused variable and commenting out another variable only used in commented-out code. Differential Revision: https://reviews.freebsd.org/D35948
* - Fix build with clang 3.6Dmitry Marakasov2015-02-161-2/+20
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=379108
* - Fix build with clang [1]Lars Engels2013-09-051-0/+11
- Use to new LIB_DEPENDS format Reported by: pkg-fallout Notes: svn path=/head/; revision=326408