diff options
author | pat <pat@FreeBSD.org> | 2002-07-31 02:52:09 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-07-31 02:52:09 +0000 |
commit | 35cc09509bc77c37c4094140113a4f4554174d36 (patch) | |
tree | 5f55ec8284238d8876e918660b3d80e12848b887 /x11-wm/ude/files | |
parent | 6bfe5467facef6d220d7af55b2bad2a30a161086 (diff) | |
download | FreeBSD-ports-35cc09509bc77c37c4094140113a4f4554174d36.zip FreeBSD-ports-35cc09509bc77c37c4094140113a4f4554174d36.tar.gz |
Update to 0.2.8
PR: ports/41178
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'x11-wm/ude/files')
-rw-r--r-- | x11-wm/ude/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/ude/files/patch-ae b/x11-wm/ude/files/patch-ae new file mode 100644 index 0000000..148a19e --- /dev/null +++ b/x11-wm/ude/files/patch-ae @@ -0,0 +1,11 @@ +--- uwm/Makefile.in.orig Tue Feb 12 07:17:11 2002 ++++ uwm/Makefile.in Tue Jul 2 21:47:02 2002 +@@ -90,7 +90,7 @@ + bin_PROGRAMS = uwm + # When the library be ready + # uwm_LDADD= ../lib/libude.la +-uwm_LDFLAGS = ${X_LIBS} ${X_EXTRA_LIBS} ${X_PRE_LIBS} ++uwm_LDFLAGS = ${X_LIBS} ${X_EXTRA_LIBS} ${X_PRE_LIBS} ${INTLLIBS} + # I think this should be diferent from the ude version. + INCLUDES = ${X_CFLAGS} -I../lib -DUWMVERSION=\"@VERSION@\" -DLOCALEDIR=\"${datadir}/locale\" -DUDE_DIR=\"${pkgdatadir}\" + |