mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
9594f3f893
post-extract rule
56 lines
1.9 KiB
Plaintext
56 lines
1.9 KiB
Plaintext
--- conduits/backup/Makefile.in.orig Wed May 10 00:03:11 2000
|
|
+++ conduits/backup/Makefile.in Tue May 16 16:47:08 2000
|
|
@@ -192,7 +192,7 @@
|
|
|
|
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
|
|
LIBS = @LIBS@
|
|
-libbackup_conduit_la_LDFLAGS =
|
|
+libbackup_conduit_la_LDFLAGS = -avoid-version
|
|
libbackup_conduit_la_DEPENDENCIES =
|
|
libbackup_conduit_la_OBJECTS = backup_conduit.lo
|
|
PROGRAMS = $(bin_PROGRAMS)
|
|
--- conduits/email/Makefile.in.orig Wed May 10 00:03:11 2000
|
|
+++ conduits/email/Makefile.in Tue May 16 16:47:11 2000
|
|
@@ -192,7 +192,7 @@
|
|
|
|
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
|
|
LIBS = @LIBS@
|
|
-libemail_conduit_la_LDFLAGS =
|
|
+libemail_conduit_la_LDFLAGS = -avoid-version
|
|
libemail_conduit_la_DEPENDENCIES =
|
|
libemail_conduit_la_OBJECTS = email_conduit.lo parsedate.lo
|
|
PROGRAMS = $(bin_PROGRAMS)
|
|
--- conduits/expense/Makefile.in.orig Wed May 10 00:03:13 2000
|
|
+++ conduits/expense/Makefile.in Tue May 16 16:47:14 2000
|
|
@@ -192,7 +192,7 @@
|
|
|
|
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
|
|
LIBS = @LIBS@
|
|
-libexpense_conduit_la_LDFLAGS =
|
|
+libexpense_conduit_la_LDFLAGS = -avoid-version
|
|
libexpense_conduit_la_DEPENDENCIES =
|
|
libexpense_conduit_la_OBJECTS = expense_conduit.lo
|
|
PROGRAMS = $(bin_PROGRAMS)
|
|
--- conduits/file/Makefile.in.orig Wed May 10 00:03:10 2000
|
|
+++ conduits/file/Makefile.in Tue May 16 16:47:17 2000
|
|
@@ -202,7 +202,7 @@
|
|
|
|
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
|
|
LIBS = @LIBS@
|
|
-libfile_conduit_la_LDFLAGS =
|
|
+libfile_conduit_la_LDFLAGS = -avoid-version
|
|
libfile_conduit_la_DEPENDENCIES =
|
|
libfile_conduit_la_OBJECTS = file_conduit.lo
|
|
PROGRAMS = $(bin_PROGRAMS)
|
|
--- conduits/memo_file/Makefile.in.orig Wed May 10 00:03:12 2000
|
|
+++ conduits/memo_file/Makefile.in Tue May 16 16:47:20 2000
|
|
@@ -192,7 +192,7 @@
|
|
|
|
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
|
|
LIBS = @LIBS@
|
|
-libmemo_file_conduit_la_LDFLAGS =
|
|
+libmemo_file_conduit_la_LDFLAGS = -avoid-version
|
|
libmemo_file_conduit_la_DEPENDENCIES =
|
|
libmemo_file_conduit_la_OBJECTS = memo_file_conduit.lo
|
|
PROGRAMS = $(bin_PROGRAMS)
|