summaryrefslogtreecommitdiff
path: root/x11/xalf/files/patch-lib::xalflaunch.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xalf/files/patch-lib::xalflaunch.c')
-rw-r--r--x11/xalf/files/patch-lib::xalflaunch.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/x11/xalf/files/patch-lib::xalflaunch.c b/x11/xalf/files/patch-lib::xalflaunch.c
deleted file mode 100644
index 25e1193dbbeb..000000000000
--- a/x11/xalf/files/patch-lib::xalflaunch.c
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- lib/xalflaunch.c 2001/08/15 12:43:46 1.1
-+++ lib/xalflaunch.c 2001/08/15 12:45:49
-@@ -45,7 +45,7 @@
- static void _init(void) __attribute__ ((section (".init")));
- #endif /* __FreeBSD__ */
-
--#if defined __GNUC__ && ( ( __GNUC__ == 2 ) && ( __GNUC_MINOR__ >= 96) || ( __GNUC__ >= 3) )
-+#if ( defined __GNUC__ && ( ( __GNUC__ == 2 ) && ( __GNUC_MINOR__ >= 96) || ( __GNUC__ >= 3) ) ) || defined __FreeBSD__
- void initialize (void) __attribute__ ((constructor));
- void initialize (void)
- #else