mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
38ae599271
post-extract rule
24 lines
763 B
Plaintext
24 lines
763 B
Plaintext
--- gncal/Makefile.in.orig Sat May 20 20:52:50 2000
|
|
+++ gncal/Makefile.in Wed Aug 2 10:27:30 2000
|
|
@@ -143,3 +143,3 @@
|
|
|
|
-help_base = $(datadir)/help/cal
|
|
+help_base = $(datadir)/help/gnomecal
|
|
|
|
@@ -174,3 +174,3 @@
|
|
|
|
-libcalendar_conduit_la_LDFLAGS = -rpath $(libdir)
|
|
+libcalendar_conduit_la_LDFLAGS = -rpath $(libdir) -avoid-version
|
|
|
|
--- gnomecard/Makefile.in.orig Sat May 20 20:52:58 2000
|
|
+++ gnomecard/Makefile.in Fri Jun 2 12:42:28 2000
|
|
@@ -206,7 +206,7 @@
|
|
|
|
DEFS = @DEFS@ -I. -I$(srcdir) -I..
|
|
LIBS = @LIBS@
|
|
-libaddress_conduit_la_LDFLAGS =
|
|
+libaddress_conduit_la_LDFLAGS = -avoid-version
|
|
libaddress_conduit_la_DEPENDENCIES = ../libversit/libversit.la
|
|
libaddress_conduit_la_OBJECTS = card.lo my.lo address-conduit.lo
|
|
PROGRAMS = $(bin_PROGRAMS)
|