[110031] trunk/dports/net/uftp3/files/patch-makefile.diff

larryv at macports.org larryv at macports.org
Sat Aug 24 21:12:42 PDT 2013


Revision: 110031
          https://trac.macports.org/changeset/110031
Author:   larryv at macports.org
Date:     2013-08-24 21:12:42 -0700 (Sat, 24 Aug 2013)
Log Message:
-----------
uftp3: Remove space after -I and -L to satisfy older Clang.

Modified Paths:
--------------
    trunk/dports/net/uftp3/files/patch-makefile.diff

Modified: trunk/dports/net/uftp3/files/patch-makefile.diff
===================================================================
--- trunk/dports/net/uftp3/files/patch-makefile.diff	2013-08-25 04:09:00 UTC (rev 110030)
+++ trunk/dports/net/uftp3/files/patch-makefile.diff	2013-08-25 04:12:42 UTC (rev 110031)
@@ -1,5 +1,5 @@
 --- makefile.orig	2011-05-20 15:31:46.000000000 -0400
-+++ makefile	2013-08-24 23:59:07.000000000 -0400
++++ makefile	2013-08-25 00:11:09.000000000 -0400
 @@ -39,7 +39,6 @@
  endif
  
@@ -17,6 +17,17 @@
  endif
  
  # Sun
+@@ -71,8 +70,8 @@
+ endif
+ 
+ ifdef OPENSSL
+-INCLUDE=-I $(OPENSSL)/include
+-LIB=-L $(OPENSSL)/lib
++INCLUDE=-I$(OPENSSL)/include
++LIB=-L$(OPENSSL)/lib
+ endif
+ 
+ all: uftp uftpd uftpproxyd uftp_keymgt
 @@ -191,12 +190,9 @@
  	$(CC) $(OPTIONS) $(INCLUDE) $(CFLAGS) -c $<
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130824/61e9390f/attachment.html>


More information about the macports-changes mailing list