[148355] trunk/dports/devel/jsoncpp/files/patch-SConstruct.diff

ryandesign at macports.org ryandesign at macports.org
Thu May 5 04:13:54 PDT 2016


Revision: 148355
          https://trac.macports.org/changeset/148355
Author:   ryandesign at macports.org
Date:     2016-05-05 04:13:54 -0700 (Thu, 05 May 2016)
Log Message:
-----------
jsoncpp: remove unused patchfile

Removed Paths:
-------------
    trunk/dports/devel/jsoncpp/files/patch-SConstruct.diff

Deleted: trunk/dports/devel/jsoncpp/files/patch-SConstruct.diff
===================================================================
--- trunk/dports/devel/jsoncpp/files/patch-SConstruct.diff	2016-05-05 11:13:13 UTC (rev 148354)
+++ trunk/dports/devel/jsoncpp/files/patch-SConstruct.diff	2016-05-05 11:13:54 UTC (rev 148355)
@@ -1,22 +0,0 @@
---- SConstruct.orig	2013-10-04 16:19:55.000000000 -0300
-+++ SConstruct	2013-10-04 18:29:34.000000000 -0300
-@@ -27,7 +27,6 @@
-         CXX = 'g++' # not quite right, but env is not yet available.
-         import commands
-         version = commands.getoutput('%s -dumpversion' %CXX)
--        platform = 'linux-gcc-%s' %version
-         print "Using platform '%s'" %platform
-         LD_LIBRARY_PATH = os.environ.get('LD_LIBRARY_PATH', '')
-         LD_LIBRARY_PATH = "%s:libs/%s" %(LD_LIBRARY_PATH, platform)
-@@ -121,6 +120,11 @@
-     env.Tool( 'default' )
-     env.Append( LIBS = ['pthread'], CCFLAGS = "-Wall" )
-     env['SHARED_LIB_ENABLED'] = True
-+elif platform.startswith('darwin'):
-+    env.Tool( 'default' )
-+    env.Append( CCFLAGS = "-Wall" )
-+    env['SHARED_LIB_ENABLED'] = True
-+    env['SHLINKFLAGS'] = '-dynamiclib -install_name "@@PREFIX@@/lib/libjsoncpp.dylib"'
- else:
-     print "UNSUPPORTED PLATFORM."
-     env.Exit(1)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160505/cb7061f5/attachment.html>


More information about the macports-changes mailing list