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
579 B
Plaintext
12 lines
579 B
Plaintext
--- conduits/popmail/Makefile.in.orig Mon May 18 17:35:38 1998
|
|
+++ conduits/popmail/Makefile.in Fri Nov 6 14:50:31 1998
|
|
@@ -157,7 +157,7 @@
|
|
popmail_conduit_SOURCES= popmail-conduit.cc passworddialog.cc parsedate.c setupDialog.cc
|
|
|
|
# the library search path
|
|
-popmail_conduit_LDFLAGS = @all_libraries@ -L`pwd`/../../kpilot -L`pwd`/../../kpilot/libpilot/_libs
|
|
+popmail_conduit_LDFLAGS = -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.
|