[86445] trunk/dports/devel/libssh01/files/patch-Makefile.in.diff
ryandesign at macports.org
ryandesign at macports.org
Tue Oct 25 16:53:54 PDT 2011
Revision: 86445
http://trac.macports.org/changeset/86445
Author: ryandesign at macports.org
Date: 2011-10-25 16:53:50 -0700 (Tue, 25 Oct 2011)
Log Message:
-----------
libssh01: fix build when libssh port is installed; see #31763
Modified Paths:
--------------
trunk/dports/devel/libssh01/files/patch-Makefile.in.diff
Modified: trunk/dports/devel/libssh01/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/devel/libssh01/files/patch-Makefile.in.diff 2011-10-25 23:33:32 UTC (rev 86444)
+++ trunk/dports/devel/libssh01/files/patch-Makefile.in.diff 2011-10-25 23:53:50 UTC (rev 86445)
@@ -1,5 +1,5 @@
---- Makefile.in 2005-03-04 14:54:59.000000000 -0500
-+++ Makefile.in.new 2005-08-18 15:02:05.000000000 -0400
+--- Makefile.in.orig 2005-03-04 14:54:59.000000000 -0500
++++ Makefile.in 2011-10-25 18:50:27.000000000 -0500
@@ -7,7 +7,7 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
@@ -9,6 +9,18 @@
infodir = $(prefix)/info
libdir = $(prefix)/lib/
mandir = $(prefix)/man/man1
+@@ -27,9 +27,9 @@
+ (cd $$dir && $(MAKE) all) \
+ || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
+ done && test -z "$$fail"
+- $(CC) -o samplessh sample.o $(LDFLAGS) $(LIBS)
++ $(CC) -o samplessh sample.o $(LIBS) $(LDFLAGS)
+ $(LN) -sf samplessh samplesftp
+- $(CC) -o samplesshd samplesshd.o $(LDFLAGS) $(LIBS)
++ $(CC) -o samplesshd samplesshd.o $(LIBS) $(LDFLAGS)
+ $(CONFIG):
+ $(LN) -f ../../config.h $(CONFIG)
+ dist:
@@ -55,12 +55,12 @@
(cd $$dir && $(MAKE) install) \
|| case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111025/4ee2205e/attachment-0001.html>
More information about the macports-changes
mailing list