summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2000-01-01 09:45:25 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2000-01-01 09:45:25 +0000
commit78396599555f26212a0ac255f9b93a3717a36054 (patch)
tree69add2fc00a63bd4cc9f87f422fcd13fb2053d6f /x11-wm
parentCorrect MASTER_SITE_SUBDIR. (diff)
Compile with I18N by default.
Notes
Notes: svn path=/head/; revision=24331
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/icewm/Makefile3
-rw-r--r--x11-wm/icewm/files/patch-al19
2 files changed, 19 insertions, 3 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile
index 888111ce9b78..ebdd70170ae6 100644
--- a/x11-wm/icewm/Makefile
+++ b/x11-wm/icewm/Makefile
@@ -22,10 +22,7 @@ LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
-
-.if defined(USE_I18N)
CONFIGURE_ARGS+= --enable-i18n
-.endif
post-install:
${INSTALL_DATA} ${FILESDIR}/bsd-daemon.xpm ${PREFIX}/share/icewm/taskbar
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)