- Fix build with clang. Remove USE_GCC=any. - Convert replacement commands in the post-patch target to patches. - Separate x11-wm/windowmaker and x11-wm/libwraster from each other. PR: ports/176772 [*] Reported by: O. Hartmann [*]
50 lines
1.6 KiB
Text
50 lines
1.6 KiB
Text
--- WindowMaker/plmenu.fi.orig 2013-05-03 03:12:25.000000000 +0900
|
|
+++ WindowMaker/plmenu.fi 2013-05-03 03:12:17.000000000 +0900
|
|
@@ -94,7 +94,7 @@
|
|
(
|
|
"Acrobat",
|
|
EXEC,
|
|
- "/usr/local/Acrobat3/bin/acroread %a(Acrobat,Kirjoita näytettävän PDF-tiedoston nimi)"
|
|
+ PREFIX "/Acrobat3/bin/acroread %a(Acrobat,Kirjoita näytettävän PDF-tiedoston nimi)"
|
|
),
|
|
(
|
|
"TkDesk",
|
|
@@ -238,17 +238,17 @@
|
|
(
|
|
"Teemat",
|
|
OPEN_MENU,
|
|
- "-noext /usr/local/share/WindowMaker/Themes $HOME/GNUstep/Library/WindowMaker/Themes WITH setstyle"
|
|
+ "-noext "PREFIX "/share/WindowMaker/Themes $HOME/GNUstep/Library/WindowMaker/Themes WITH setstyle"
|
|
),
|
|
(
|
|
"Tyylit",
|
|
OPEN_MENU,
|
|
- "-noext /usr/local/share/WindowMaker/Styles $HOME/GNUstep/Library/WindowMaker/Styles WITH setstyle"
|
|
+ "-noext "PREFIX "/share/WindowMaker/Styles $HOME/GNUstep/Library/WindowMaker/Styles WITH setstyle"
|
|
),
|
|
(
|
|
"Kuvakkeet",
|
|
OPEN_MENU,
|
|
- "-noext /usr/local/share/WindowMaker/IconSets $HOME/GNUstep/Library/WindowMaker/IconSets WITH seticons"
|
|
+ "-noext "PREFIX "/share/WindowMaker/IconSets $HOME/GNUstep/Library/WindowMaker/IconSets WITH seticons"
|
|
),
|
|
(
|
|
"Taustat",
|
|
@@ -341,7 +341,7 @@
|
|
(
|
|
"Kuvat",
|
|
OPEN_MENU,
|
|
- "-noext /usr/local/share/WindowMaker/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t"
|
|
+ "-noext "PREFIX "/share/WindowMaker/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t"
|
|
)
|
|
),
|
|
(
|
|
@@ -357,7 +357,7 @@
|
|
(
|
|
"Asetukset",
|
|
EXEC,
|
|
- "/usr/local/GNUstep/Applications/WPrefs.app/WPrefs"
|
|
+ PREFIX "/GNUstep/Applications/WPrefs.app/WPrefs"
|
|
)
|
|
),
|
|
(
|