summaryrefslogtreecommitdiff
path: root/x11-wm/fvwm2-i18n/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/fvwm2-i18n/files/patch-aa')
-rw-r--r--x11-wm/fvwm2-i18n/files/patch-aa38
1 files changed, 38 insertions, 0 deletions
diff --git a/x11-wm/fvwm2-i18n/files/patch-aa b/x11-wm/fvwm2-i18n/files/patch-aa
new file mode 100644
index 000000000000..7937e33145a1
--- /dev/null
+++ b/x11-wm/fvwm2-i18n/files/patch-aa
@@ -0,0 +1,38 @@
+--- configure.h.dist Wed Nov 15 02:59:28 1995
++++ configure.h Sat Jan 20 10:46:27 1996
+@@ -21,12 +21,11 @@
+ #ifdef RENAME_FVWM2
+ #define FVWM fvwm2
+ #define FVWMRC ".fvwm2rc"
+-#define FVWMDIR "/usr/lib/X11/fvwm2"
+-/* #define FVWMDIR "/usr/local/X11R6/lib/X11/fvwm2" */
++#define FVWMDIR "/usr/X11R6/lib/X11/fvwm2"
+ #else
+ #define FVWM fvwm
+ #define FVWMRC ".fvwmrc"
+-#define FVWMDIR "/usr/lib/X11/fvwm"
++#define FVWMDIR "/usr/X11R6/lib/X11/fvwm"
+ #endif /* RENAME_FVWM2 */
+
+ /***************************************************************************
+@@ -49,8 +48,7 @@
+ /* #define FVWM_MANSUFFIX 1 */
+
+ /* Where do you want the fvwm icons to go. */
+-#define FVWM_ICONDIR "/usr/include/X11/bitmaps:/usr/include/X11/pixmaps"
+-/* #define FVWM_ICONDIR "/usr/local/X11R6/include/X11/bitmaps:/usr/local/X11R6/include/X11/pixmaps" */
++#define FVWM_ICONDIR "/usr/X11R6/include/X11/bitmaps:/usr/X11R6/include/X11/pixmaps"
+
+ /* What compiler over-ride's do you want. */
+ /* #define FVWM_COMPILER gcc -g -Wall */
+@@ -192,8 +190,8 @@
+ /***************************************************************************
+ * Define if you have uname. Otherwise, define gethostname
+ ***************************************************************************/
+-#define HAVE_UNAME 1
+-/* #define HAVE_GETHOSTNAME 1 */
++/* #define HAVE_UNAME 1 */
++#define HAVE_GETHOSTNAME 1
+
+ #endif /* End of do-it-yourself OS support section */
+