summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/patch-scp+source+player+player.scp
blob: d1fbf56ad0d3e56d946d1f8cff0c3a030edc8fcb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- scp/source/player/player.scp.orig	Sun Jul 21 00:30:27 2002
+++ scp/source/player/player.scp	Sun Jul 21 00:30:28 2002
@@ -62,7 +62,7 @@
 // directories
 ////////////////////////
 
-#ifdef LINUX
+#if defined(LINUX) || defined(FREEBSD)
 
 Directory GID_DIR_KDE2
     ParentID        = PREDEFINED_HOMEDIR;
@@ -701,7 +701,7 @@
         Name = "gnomeappplayer.zip";
 End
 
-#ifdef LINUX
+#if defined(LINUX) || defined(FREEBSD)
 
 File GID_FILE_EXTRA_KDEAPPPLAYER
         Dir             = GID_DIR_KDE2_SHARE_APPLNK_STAR;