Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 21:05:28 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342852 - head/graphics/tkpng/files
Message-ID:  <201402052105.s15L5SMh043470@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Feb  5 21:05:28 2014
New Revision: 342852
URL: http://svnweb.freebsd.org/changeset/ports/342852
QAT: https://qat.redports.org/buildarchive/r342852/

Log:
  graphics/tkpng: Add dragonfly support to configure script

Added:
  head/graphics/tkpng/files/
  head/graphics/tkpng/files/patch-configure   (contents, props changed)

Added: head/graphics/tkpng/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/tkpng/files/patch-configure	Wed Feb  5 21:05:28 2014	(r342852)
@@ -0,0 +1,20 @@
+--- configure.orig	2008-03-26 01:36:50.000000000 +0000
++++ configure
+@@ -8714,7 +8714,7 @@ fi
+ 	    UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.a'
+ 	    TCL_LIB_VERSIONS_OK=nodots
+ 	    ;;
+-	NetBSD-*|FreeBSD-*)
++	NetBSD-*|DragonFly-*|FreeBSD-*)
+ 	    # FreeBSD 3.* and greater have ELF.
+ 	    # NetBSD 2.* has ELF and can use 'cc -shared' to build shared libs
+ 	    SHLIB_CFLAGS="-fPIC"
+@@ -9622,7 +9622,7 @@ fi
+ 	    AIX-*) ;;
+ 	    BSD/OS*) ;;
+ 	    IRIX*) ;;
+-	    NetBSD-*|FreeBSD-*) ;;
++	    NetBSD-*|DragonFly|FreeBSD-*) ;;
+ 	    Darwin-*) ;;
+ 	    SCO_SV-3.2*) ;;
+ 	    *) SHLIB_CFLAGS="-fPIC" ;;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402052105.s15L5SMh043470>