aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2000-01-01 17:45:25 +0800
committervanilla <vanilla@FreeBSD.org>2000-01-01 17:45:25 +0800
commitee350262c43a4e727bde8b016cf214f5af30b3c6 (patch)
treec56728a2a8876e089f1f955063f58b67a4807197 /x11-wm
parent48c6cd4e2cf07a75e08f4a7ae01e1f0792a0ac85 (diff)
downloadfreebsd-ports-graphics-ee350262c43a4e727bde8b016cf214f5af30b3c6.tar.gz
freebsd-ports-graphics-ee350262c43a4e727bde8b016cf214f5af30b3c6.tar.zst
freebsd-ports-graphics-ee350262c43a4e727bde8b016cf214f5af30b3c6.zip
Compile with I18N by default.
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 888111ce9b7..ebdd70170ae 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 00000000000..46ef7d373d8
--- /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)