diff options
Diffstat (limited to 'package/tmsnc/patches/patch-src_config_h')
-rw-r--r-- | package/tmsnc/patches/patch-src_config_h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/tmsnc/patches/patch-src_config_h b/package/tmsnc/patches/patch-src_config_h new file mode 100644 index 000000000..ab9397553 --- /dev/null +++ b/package/tmsnc/patches/patch-src_config_h @@ -0,0 +1,12 @@ +--- tmsnc-0.3.2.orig/src/config.h 2006-10-17 13:14:22.000000000 +0200 ++++ tmsnc-0.3.2/src/config.h 2012-07-26 13:54:40.000000000 +0200 +@@ -79,6 +79,9 @@ + /* Define to the one symbol short name of this package. */ + #define PACKAGE_TARNAME "" + ++/* Define to the home page for this package. */ ++/* #undef PACKAGE_URL */ ++ + /* Define to the version of this package. */ + #define PACKAGE_VERSION "" + |