summaryrefslogtreecommitdiffstats
path: root/x11-wm/fvwm2-i18n/files
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-03-09 14:42:57 +0000
committerasami <asami@FreeBSD.org>1996-03-09 14:42:57 +0000
commit7662f49b07853c91b50b0642f5cf11252717145d (patch)
tree6dfc19ce524f930ea7e67a6e9177d69ae3dc1401 /x11-wm/fvwm2-i18n/files
parent0e4cd2895f8bb4fa0f3f46ac4774711b36775a00 (diff)
downloadFreeBSD-ports-7662f49b07853c91b50b0642f5cf11252717145d.zip
FreeBSD-ports-7662f49b07853c91b50b0642f5cf11252717145d.tar.gz
The beta af fvwm version 2. Peter gave it to me a long time ago, I
thought he was going to commit it but he didn't so I'm going to do it. :) Submitted by: peter
Diffstat (limited to 'x11-wm/fvwm2-i18n/files')
-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 0000000..7937e33
--- /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 */
+
OpenPOWER on IntegriCloud