diff options
author | avilla <avilla@FreeBSD.org> | 2010-09-26 04:15:10 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2010-09-26 04:15:10 +0800 |
commit | 61937c3008c229331f7d2ffae021a2dfd52a3e0a (patch) | |
tree | 175a8a89da74c11c69feb2f2515c83148953f7d6 /deskutils | |
parent | 0e3adaa5e3463d3f0e862c1c8b9d3855a0c8ee17 (diff) | |
download | freebsd-ports-gnome-61937c3008c229331f7d2ffae021a2dfd52a3e0a.tar.gz freebsd-ports-gnome-61937c3008c229331f7d2ffae021a2dfd52a3e0a.tar.zst freebsd-ports-gnome-61937c3008c229331f7d2ffae021a2dfd52a3e0a.zip |
- Delete stale patches and fix build.
Reported by: pav
Approved by: tabthorpe (mentor)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/semantik/files/patch-src__kdissert__canvasview__DCanvasView.cpp | 18 | ||||
-rw-r--r-- | deskutils/semantik/files/patch-src__kdissert__wscript_build | 11 |
2 files changed, 0 insertions, 29 deletions
diff --git a/deskutils/semantik/files/patch-src__kdissert__canvasview__DCanvasView.cpp b/deskutils/semantik/files/patch-src__kdissert__canvasview__DCanvasView.cpp deleted file mode 100644 index bfe86a63250f..000000000000 --- a/deskutils/semantik/files/patch-src__kdissert__canvasview__DCanvasView.cpp +++ /dev/null @@ -1,18 +0,0 @@ ---- src/kdissert/canvasview/DCanvasView.cpp.orig Sat Oct 15 22:22:33 2005 -+++ src/kdissert/canvasview/DCanvasView.cpp Tue Oct 18 20:47:13 2005 -@@ -1466,6 +1466,7 @@ - if (x2>canvas()->width()-limit) dx += extend+x2-limit; - if (y2>canvas()->height()-limit) dy += extend+y2-limit; - -+#if !(defined(__GNUC__) && (__GNUC__ < 3)) - // just for security: check for hard system limits - if (((double)canvas()->width()+dx) > (double)std::numeric_limits<typeof(canvas()->width())>::max() || ((double)canvas()->height()+dy) > (double)std::numeric_limits<typeof(canvas()->height())>::max()) { - static bool told(false); // should never happen, but say it once... -@@ -1473,6 +1474,7 @@ - told = true; - return; - } -+#endif - - // expand if necessary - if (dx>0 || dy>0) { diff --git a/deskutils/semantik/files/patch-src__kdissert__wscript_build b/deskutils/semantik/files/patch-src__kdissert__wscript_build deleted file mode 100644 index 3eb7af2dc713..000000000000 --- a/deskutils/semantik/files/patch-src__kdissert__wscript_build +++ /dev/null @@ -1,11 +0,0 @@ ---- src/kdissert/wscript_build.orig Tue May 23 05:47:16 2006 -+++ src/kdissert/wscript_build Sat Jul 22 14:24:30 2006 -@@ -8,6 +8,8 @@ - obj.uselib = 'QT KDECORE KIO KPARTS KMDI KDEPRINT' - obj.target = 'kdissert' - obj.env.appendValue('LINKFLAGS', ['-export-dynamic']) -+obj.env.appendValue('LINKFLAGS', ['%%LINKFLAGS%%']) - obj.env.appendValue('CPPFLAGS', ['-trigraphs']) -+obj.env.appendValue('CPPFLAGS', ['%%CPPFLAGS%%']) - obj.includes = '. datastruct canvasview gui shell treelistview' - |