mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
12 lines
293 B
C
12 lines
293 B
C
--- src/xfedefs.h.orig 2025-01-24 15:19:54 UTC
|
|
+++ src/xfedefs.h
|
|
@@ -351,6 +351,9 @@ enum
|
|
// Macro to add parentheses before and after a given string
|
|
#define PARS(s) ((FXString)" (" + (s) + (FXString)")")
|
|
|
|
+#if defined(__FreeBSD__)
|
|
+#define OTHER_PKG 2
|
|
+#endif
|
|
|
|
// Linux specials
|
|
|