summaryrefslogtreecommitdiff
path: root/x11/xalf/files/patch-lib::xalflaunch.c
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-15 19:10:59 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-15 19:10:59 +0000
commitcc6825cf28f45c090747ed100adeb2189bda6280 (patch)
tree227c9e7f8d44c0aaf556fd64a12ba3661c086be6 /x11/xalf/files/patch-lib::xalflaunch.c
parentRemove nautilus support now that Nautilus has been removed from the tree. (diff)
Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. All
core desktop components are being removed.
Notes
Notes: svn path=/head/; revision=84934
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