From 710ad75f1944a0a22cc489dfa67c0231aab11cd0 Mon Sep 17 00:00:00 2001 From: Michael Reifenberger Date: Sun, 28 Mar 2004 10:50:43 +0000 Subject: - upgrade to 2.0.3.1 for changes see: http://www.ribbonsoft.com/qcad_doc_changelog.html - use bash for buildscript - make portlint happy - dynamically create pkg-plist - install docs and examples --- cad/qcad/files/patch-ag | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 cad/qcad/files/patch-ag (limited to 'cad/qcad/files/patch-ag') diff --git a/cad/qcad/files/patch-ag b/cad/qcad/files/patch-ag deleted file mode 100644 index 10139bd97c2a..000000000000 --- a/cad/qcad/files/patch-ag +++ /dev/null @@ -1,35 +0,0 @@ ---- dxflib/src/dl_entities.h.org Wed Dec 10 20:06:25 2003 -+++ dxflib/src/dl_entities.h Wed Dec 10 20:06:50 2003 -@@ -1128,10 +1128,6 @@ - */ - bool defined; - --#ifndef __GCC2x__ -- union { -- struct { --#endif - /*! Start point (X). */ - double x1; - /*! Start point (Y). */ -@@ -1140,10 +1136,6 @@ - double x2; - /*! End point (Y). */ - double y2; --#ifndef __GCC2x__ -- }; -- struct { --#endif - /*! Center point of arc (X). */ - double cx; - /*! Center point of arc (Y). */ -@@ -1156,10 +1148,6 @@ - double angle2; - /*! Counterclockwise flag. */ - bool ccw; --#ifndef __GCC2x__ -- }; -- }; --#endif - - }; - -- cgit v1.2.3