diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-05 16:22:58 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-05 16:22:58 +0000 |
commit | 43c0eb16887658baafad000227e26f4b530dc73b (patch) | |
tree | c97835eb6122bf98a55e1f739e34c5cbbb3ce9c6 /x11/xnee/files | |
parent | 9d09e867656107dd7981837bbfc4a2a1aa4b5d0c (diff) |
- Update to version 1.08
PR: 58966
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=93161
Diffstat (limited to 'x11/xnee/files')
-rw-r--r-- | x11/xnee/files/patch-libxnee::lib::xnee.c (renamed from x11/xnee/files/patch-src::lib::xnee.c) | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/x11/xnee/files/patch-src::lib::xnee.c b/x11/xnee/files/patch-libxnee::lib::xnee.c index f09f3a4d072e..4ecbffd8ca74 100644 --- a/x11/xnee/files/patch-src::lib::xnee.c +++ b/x11/xnee/files/patch-libxnee::lib::xnee.c @@ -1,9 +1,6 @@ - -$FreeBSD$ - ---- libxnee/src/xnee.c.orig Tue Apr 29 07:12:42 2003 -+++ libxnee/src/xnee.c Sun May 18 23:09:37 2003 -@@ -917,7 +917,7 @@ +--- libxnee/src/xnee.c.orig Sun Sep 28 07:58:48 2003 ++++ libxnee/src/xnee.c Tue Nov 4 10:36:43 2003 +@@ -572,7 +572,7 @@ xnee_new_xnee_data() { @@ -12,12 +9,12 @@ $FreeBSD$ if (xd==NULL) { xnee_print_error ("Could not allocate memory ........\n"); -@@ -1230,7 +1230,7 @@ - xnee_use_plugin(xnee_data *xd, char *pl_name) - { +@@ -908,7 +908,7 @@ int ret=0; + char lib_name[100]; + - xnee_verbose ((xd, "Using plugin file: %s\n", pl_name)); +/* xnee_verbose ((xd, "Using plugin file: %s\n", pl_name)); */ + strcpy (lib_name, "lib"); + strcat (lib_name, pl_name); - char lib_name[100]; - |