diff options
author | ache <ache@FreeBSD.org> | 2003-08-30 03:34:25 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2003-08-30 03:34:25 +0800 |
commit | 109977cab424a0854ebd9561f6017098f643b9e4 (patch) | |
tree | 8ac9e8e41c405fb297655c9afbb36b5b17d8d872 /news/tin/files | |
parent | 106ea20493724ff478b3e97723a84e90641c619e (diff) | |
download | freebsd-ports-gnome-109977cab424a0854ebd9561f6017098f643b9e4.tar.gz freebsd-ports-gnome-109977cab424a0854ebd9561f6017098f643b9e4.tar.zst freebsd-ports-gnome-109977cab424a0854ebd9561f6017098f643b9e4.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 |