mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
79337a0bf0
Alerted by: Satoshi Asami <asami@freebsd.org>
12 lines
571 B
Plaintext
12 lines
571 B
Plaintext
--- conduits/vcalconduit/Makefile.in.orig Fri Nov 6 14:48:00 1998
|
|
+++ conduits/vcalconduit/Makefile.in Fri Nov 6 14:48:23 1998
|
|
@@ -157,7 +157,7 @@
|
|
vcalconduit_SOURCES= vcal-conduit.cc vcal-setup.cc
|
|
|
|
# the library search path
|
|
-vcalconduit_LDFLAGS = @all_libraries@ -L`pwd`/versit -L`pwd`/../../kpilot -L`pwd`/../../kpilot/libpilot/_libs
|
|
+vcalconduit_LDFLAGS = -L`pwd`/versit -L`pwd`/../../kpilot -L`pwd`/../../kpilot/libpilot/.libs @all_libraries@
|
|
|
|
# the libraries to link against. Be aware of the order. First the libraries,
|
|
# that depend on the following ones.
|