diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-01-01 09:45:25 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-01-01 09:45:25 +0000 |
commit | 78396599555f26212a0ac255f9b93a3717a36054 (patch) | |
tree | 69add2fc00a63bd4cc9f87f422fcd13fb2053d6f /x11-wm/icewm/files | |
parent | Correct MASTER_SITE_SUBDIR. (diff) |
Compile with I18N by default.
Diffstat (limited to 'x11-wm/icewm/files')
-rw-r--r-- | x11-wm/icewm/files/patch-al | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-wm/icewm/files/patch-al b/x11-wm/icewm/files/patch-al new file mode 100644 index 000000000000..46ef7d373d80 --- /dev/null +++ b/x11-wm/icewm/files/patch-al @@ -0,0 +1,19 @@ +--- sysdep.in.orig Sat Jan 1 17:26:22 2000 ++++ sysdep.in Sat Jan 1 17:26:32 2000 +@@ -3,4 +3,4 @@ + SYS_CFLAGS = @CXXFLAGS@ @DEFS@ + SYS_INCDIRS = + SYS_LIBDIRS = +-SYS_LIBS = @LIBS@ ++SYS_LIBS = @LIBS@ -lxpg4 +--- src/Makefile.orig Sat Jan 1 17:29:50 2000 ++++ src/Makefile Sat Jan 1 17:30:04 2000 +@@ -10,7 +10,7 @@ + CXXFLAGS = \ + $(I18N) $(DEBUG) $(OS2)\ + -DLIBDIR='"$(LIBDIR)"' \ +- -DCONFIGDIR='"/etc/X11/icewm"' \ ++ -DCONFIGDIR='"$(LIBDIR)"' \ + -DVERSION='"$(VERSION)"' \ + -DEXEEXT='"$(EXEEXT)"' \ + $(SYS_CFLAGS) $(SYS_INCDIRS) |