diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2003-08-30 03:34:25 +0800 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2003-08-30 03:34:25 +0800 |
commit | 99ef5b4fc3997726fb4cab65c4445a48d3d98679 (patch) | |
tree | a34d5d3361a230cc2ef223e9765c9c9664eddde4 /news/tin/files | |
parent | 617878070ab7b35edbdddc8306d489dcf18e5022 (diff) | |
download | freebsd-ports-gnome-99ef5b4fc3997726fb4cab65c4445a48d3d98679.tar.gz freebsd-ports-gnome-99ef5b4fc3997726fb4cab65c4445a48d3d98679.tar.zst freebsd-ports-gnome-99ef5b4fc3997726fb4cab65c4445a48d3d98679.zip |
Add optional CANLOCK functionality
Submitted by: Thomas Seck <tmseck@netcologne.de>
Diffstat (limited to 'news/tin/files')
-rw-r--r-- | news/tin/files/canlock.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/news/tin/files/canlock.patch b/news/tin/files/canlock.patch new file mode 100644 index 000000000000..289aca60b248 --- /dev/null +++ b/news/tin/files/canlock.patch @@ -0,0 +1,8 @@ +55c55 +< CANLOCK = # -DUSE_CANLOCK # -DEVIL_INSIDE +--- +> CANLOCK = -DUSE_CANLOCK # -DEVIL_INSIDE +67c67 +< CANLIB = # -L../libcanlock -lcanlock +--- +> CANLIB = -L../libcanlock -lcanlock |