diff options
Diffstat (limited to 'devel/qsa')
-rw-r--r-- | devel/qsa/Makefile | 4 | ||||
-rw-r--r-- | devel/qsa/files/extrapatch-src_engine_qsoperations.cpp | 16 |
2 files changed, 0 insertions, 20 deletions
diff --git a/devel/qsa/Makefile b/devel/qsa/Makefile index 497a33b5cc88..0b2138fa2e4e 100644 --- a/devel/qsa/Makefile +++ b/devel/qsa/Makefile @@ -42,10 +42,6 @@ OPTIONS= IDE "Enable the QSA Workbench (embedded scripting IDE)" on CONFIGURE_ARGS+=-no-ide .endif -.if ${OSVERSION} < 502124 -EXTRA_PATCHES= ${PATCHDIR}/extrapatch-src_engine_qsoperations.cpp -.endif - pre-configure: # Adjust installation directories for the documentation and the qmake feature extension @${REINPLACE_CMD} -e 's|$$$$QSA_INSTALL_PREFIX/doc/html|$$$$QSA_INSTALL_PREFIX/share/doc/qsa/html|g' \ diff --git a/devel/qsa/files/extrapatch-src_engine_qsoperations.cpp b/devel/qsa/files/extrapatch-src_engine_qsoperations.cpp deleted file mode 100644 index 26e08bba551c..000000000000 --- a/devel/qsa/files/extrapatch-src_engine_qsoperations.cpp +++ /dev/null @@ -1,16 +0,0 @@ ---- src/engine/qsoperations.cpp.orig Mon Jul 12 15:04:29 2004 -+++ src/engine/qsoperations.cpp Mon Jul 12 15:23:49 2004 -@@ -61,6 +61,13 @@ - } - #endif - -+#ifdef __FreeBSD__ -+extern "C" { -+ int isnan( double ); -+ int isinf( double ); -+} -+#endif -+ - using namespace QS; - - bool QS::isNaN( double d ) |