From cc6825cf28f45c090747ed100adeb2189bda6280 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Tue, 15 Jul 2003 19:10:59 +0000 Subject: Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. All core desktop components are being removed. --- x11/xalf/files/patch-lib::xalflaunch.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 x11/xalf/files/patch-lib::xalflaunch.c (limited to 'x11/xalf/files/patch-lib::xalflaunch.c') 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 -- cgit v1.2.3