1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/math/yacas/files/patch-src::cyacas.h
Marius Strobl dfb1bd873d - Fix compilation with GCC 3.4.2.
- Fix WITH_GMP on FreeBSD >= 500035
- Add a test target to the Makefile of the port.

Approved by:	netchild
2004-08-11 20:47:39 +00:00

12 lines
155 B
C

--- src/cyacas.h 2002/07/31 19:26:14 1.4
+++ src/cyacas.h 2004/07/03 19:32:14 1.5
@@ -63,7 +63,7 @@
#ifdef __cplusplus
-};
+}
#endif