diff options
author | rafan <rafan@FreeBSD.org> | 2007-10-01 14:35:18 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-10-01 14:35:18 +0000 |
commit | 0e1a9d5048b2c3b1088346c70fb6d333a973c9dd (patch) | |
tree | 7a30ddab1071275459c22a3da1165cf20e0ebd8f /x11-toolkits | |
parent | 7585f5cf05ccffdbea442b93c812eafc0d698433 (diff) | |
download | FreeBSD-ports-0e1a9d5048b2c3b1088346c70fb6d333a973c9dd.zip FreeBSD-ports-0e1a9d5048b2c3b1088346c70fb6d333a973c9dd.tar.gz |
- Fix patch. For unknown reason, I put the same patch hunk twice.
Noticed by: linimon
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/plib/files/patch-src_ssgAux_ssgaSky.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-toolkits/plib/files/patch-src_ssgAux_ssgaSky.h b/x11-toolkits/plib/files/patch-src_ssgAux_ssgaSky.h index 7772189..7b3c183 100644 --- a/x11-toolkits/plib/files/patch-src_ssgAux_ssgaSky.h +++ b/x11-toolkits/plib/files/patch-src_ssgAux_ssgaSky.h @@ -18,23 +18,3 @@ int getNum (void) { return total ; } ---- src/ssgAux/ssgaSky.h.orig Tue May 22 20:11:39 2007 -+++ src/ssgAux/ssgaSky.h Tue May 22 20:13:21 2007 -@@ -104,7 +104,7 @@ - ssgaCelestialBodyList ( int init = 3 ) - : ssgSimpleList ( sizeof(ssgaCelestialBody*), init ) { } - -- ssgaCelestialBodyList::~ssgaCelestialBodyList () { removeAll(); } -+ ~ssgaCelestialBodyList () { removeAll(); } - - int getNum (void) { return total ; } - -@@ -192,7 +192,7 @@ - ssgaCloudLayerList ( int init = 3 ) - : ssgSimpleList ( sizeof(ssgaCloudLayer*), init ) { } - -- ssgaCloudLayerList::~ssgaCloudLayerList () { removeAll(); } -+ ~ssgaCloudLayerList () { removeAll(); } - - int getNum (void) { return total ; } - |