[34581] trunk/dports/devel/ossp-uuid

afb at macports.org afb at macports.org
Thu Feb 28 10:38:59 PST 2008


Revision: 34581
          http://trac.macosforge.org/projects/macports/changeset/34581
Author:   afb at macports.org
Date:     2008-02-28 10:38:59 -0800 (Thu, 28 Feb 2008)

Log Message:
-----------
add missing LDFLAGS when linking lib (#14433)

Modified Paths:
--------------
    trunk/dports/devel/ossp-uuid/Portfile

Added Paths:
-----------
    trunk/dports/devel/ossp-uuid/files/
    trunk/dports/devel/ossp-uuid/files/patch-Makefile.in

Modified: trunk/dports/devel/ossp-uuid/Portfile
===================================================================
--- trunk/dports/devel/ossp-uuid/Portfile	2008-02-28 18:18:20 UTC (rev 34580)
+++ trunk/dports/devel/ossp-uuid/Portfile	2008-02-28 18:38:59 UTC (rev 34581)
@@ -4,6 +4,7 @@
 
 name			ossp-uuid
 version			1.6.0
+revision		1
 categories		devel
 platforms		darwin
 maintainers		nomaintainer
@@ -15,6 +16,8 @@
 distname		uuid-${version}
 checksums		md5 752cae29ed7d7460a6ab770e850bcb5d
 
+patchfiles		patch-Makefile.in
+
 configure.args	--mandir=${prefix}/share/man --without-perl
 configure.cflags-append	"-D_POSIX_C_SOURCE"
 

Added: trunk/dports/devel/ossp-uuid/files/patch-Makefile.in
===================================================================
--- trunk/dports/devel/ossp-uuid/files/patch-Makefile.in	                        (rev 0)
+++ trunk/dports/devel/ossp-uuid/files/patch-Makefile.in	2008-02-28 18:38:59 UTC (rev 34581)
@@ -0,0 +1,11 @@
+--- ./Makefile.in.orig	2007-05-19 21:58:11.000000000 +0200
++++ ./Makefile.in	2008-02-28 19:30:59.000000000 +0100
+@@ -112,7 +112,7 @@ all: $(TARGETS)
+ 	@$(LIBTOOL) --mode=compile $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $<
+ 
+ $(LIB_NAME): $(LIB_OBJS)
+-	@$(LIBTOOL) --mode=link $(CC) -o $(LIB_NAME) $(LIB_OBJS) -rpath $(libdir) \
++	@$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $(LIB_NAME) $(LIB_OBJS) -rpath $(libdir) \
+ 	    -version-info `$(SHTOOL) version -l c -d libtool $(S)/uuid_vers.h`
+ 
+ $(DCE_NAME): $(DCE_OBJS)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080228/6dce0439/attachment.html 


More information about the macports-changes mailing list