diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-04-13 11:47:35 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-04-13 11:47:35 +0000 |
commit | bad8d0a212648af16f9708f0776c1ca4ca4b9880 (patch) | |
tree | a636ef15ba826ede3383acfcd90fc8f93d9fc754 /devel/titano/files/patch-ab | |
parent | USE_LIBTOOL instead of local patch (diff) |
- Update to 0.0.7 and unbreak
- Fix dependencies
- Respect C{C,XX} and C[XX]FLAGS
- Fix spelling typo in pkg-descr, kill dots/space at EOLs
- Utilize DATADIR in pkg-plist
- Take maintainership
Notes
Notes:
svn path=/head/; revision=133229
Diffstat (limited to 'devel/titano/files/patch-ab')
-rw-r--r-- | devel/titano/files/patch-ab | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/titano/files/patch-ab b/devel/titano/files/patch-ab deleted file mode 100644 index cdc21a408f3e..000000000000 --- a/devel/titano/files/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ ---- src/prefs.cc 2000/09/25 12:01:34 1.1 -+++ src/prefs.cc 2000/09/25 12:03:32 -@@ -8,6 +8,11 @@ - - Preferences::Preferences(void) - { -+ defaultdir=NULL; -+ lastname=NULL; -+ lastdir=NULL; -+ name=NULL; -+ mail=NULL; - file = g_strconcat(home,"/.titano/titano",NULL); - - if(Preferences::check()) |