summaryrefslogtreecommitdiff
path: root/editors/gedit/files/patch-plugins::time::Makefile.in
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-07-20 11:20:49 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-07-20 11:20:49 +0000
commit89a289fce8a98a1e1b5405a9a19118f4ba5570d2 (patch)
tree4fa1853b598fba878df17741383177aac10fc153 /editors/gedit/files/patch-plugins::time::Makefile.in
parentAdd a patch for handle cedict. (diff)
- Use USE_GNOMENG;
- use USE_LIBTOOL; - get rid of gettext-old dependency.
Diffstat (limited to 'editors/gedit/files/patch-plugins::time::Makefile.in')
-rw-r--r--editors/gedit/files/patch-plugins::time::Makefile.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/gedit/files/patch-plugins::time::Makefile.in b/editors/gedit/files/patch-plugins::time::Makefile.in
new file mode 100644
index 000000000000..1e0892dee433
--- /dev/null
+++ b/editors/gedit/files/patch-plugins::time::Makefile.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- plugins/time/Makefile.in.orig Sat Jul 20 13:59:48 2002
++++ plugins/time/Makefile.in Sat Jul 20 14:10:35 2002
+@@ -143,7 +143,7 @@
+
+ DEFS = @DEFS@ -I. -I$(srcdir) -I../..
+ LIBS = @LIBS@
+-libtime_la_LDFLAGS =
++libtime_la_LDFLAGS = -avoid-version -module
+ libtime_la_LIBADD =
+ libtime_la_OBJECTS = time.lo
+ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)