1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/math/physcalc/files/patch-physcalc.h
Baptiste Daroussin d5b1cb70d9 Prevent collision on getline(3)
While here regen patches
2016-05-13 19:34:56 +00:00

14 lines
294 B
C

--- physcalc.h.orig 1998-08-29 14:13:40 UTC
+++ physcalc.h
@@ -22,6 +22,10 @@
#error This program requires more memory than the tiny model allows!
#endif
+#ifndef SHAREDIR
+#define SHAREDIR "/usr/share/physcalc/"
+#endif
+
#define VERSION "2.4" /* Version number */
#define TRACE