mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Compile with I18N by default.
This commit is contained in:
parent
522fd1173f
commit
7839659955
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24331
@ -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
|
||||
|
19
x11-wm/icewm/files/patch-al
Normal file
19
x11-wm/icewm/files/patch-al
Normal file
@ -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)
|
Loading…
Reference in New Issue
Block a user