diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-15 00:13:25 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-15 00:13:25 +0000 |
commit | ec9dda79ff697c065716fdd0fe6c7ec44efc05c8 (patch) | |
tree | 9205d7375913e4e3577a9f318ff49eb012bdc639 /graphics/copperspice/files/patch-configure | |
parent | Unbreak and modernize the port. (diff) |
graphics/copperspice: upgrade v1.2.2 => v1.3.2, release maintainership
I'm not longer evaluating copperspice for use in a project, so release
maintainship of it. I upgraded to the latest version first though.
Notes
Notes:
svn path=/head/; revision=422172
Diffstat (limited to 'graphics/copperspice/files/patch-configure')
-rw-r--r-- | graphics/copperspice/files/patch-configure | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/copperspice/files/patch-configure b/graphics/copperspice/files/patch-configure deleted file mode 100644 index a77ba67349a5..000000000000 --- a/graphics/copperspice/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig 2016-03-12 21:43:12 UTC -+++ configure -@@ -9002,7 +9002,7 @@ esac - LIBTOOL_DEPS=$ltmain - - # Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+LIBTOOL='$(SHELL) $(top_builddir)/libtool --tag=CC' - - - -@@ -17104,7 +17104,7 @@ case "$target" in - OSTYPE=LINUX ;; - *-*-darwin*) - OSTYPE=DARWIN ;; --*-*-*bsd*) -+*-*-*bsd*|*-*-dragonfly*) - OSTYPE=BSD ;; - esac - |