diff options
| author | Nuno Teixeira <eduardo@FreeBSD.org> | 2021-03-19 06:52:39 +0000 |
|---|---|---|
| committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2021-03-19 06:52:39 +0000 |
| commit | 9a015076df264bc9be67238bfc6b792b872db648 (patch) | |
| tree | aa02155607946fdde7b8674faeb7eedb57c1e5ed /graphics/mtpaint/files/patch-configure | |
| parent | Chase repository change from FreeBSDDesktop/kms-firmware to (diff) | |
graphics/mtpaint: update to 3.50.08
- remove USES=tar:bzip2 related to 3.40 distfile tar.bz2
- use ${PREFIX}/share/man for manual pages
- turn on WEBP option by default (forgotten in last update)
Changelog-like descriptions in each commit since 3.50.3 [1].
[1] https://github.com/wjaguar/mtPaint/commits/master
Differential Revision: https://reviews.freebsd.org/D29321
Notes
Notes:
svn path=/head/; revision=568774
Diffstat (limited to 'graphics/mtpaint/files/patch-configure')
| -rw-r--r-- | graphics/mtpaint/files/patch-configure | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/mtpaint/files/patch-configure b/graphics/mtpaint/files/patch-configure index fc176dbc2b16..b9272c05817a 100644 --- a/graphics/mtpaint/files/patch-configure +++ b/graphics/mtpaint/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2021-01-23 07:22:40 UTC +--- configure.orig 2021-03-10 19:47:48 UTC +++ configure -@@ -74,6 +74,7 @@ do +@@ -70,6 +70,7 @@ do "webp" ) NWEBP=YES;; "nowebp" ) NWEBP=NO;; "staticwebp" ) STATIC_WEBP=WebP;; @@ -8,7 +8,7 @@ "noft" ) NFT=NO;; "staticft" ) STATIC_FT=FreeType;; "lcms" ) NCMS=LittleCMS;; -@@ -523,7 +524,7 @@ else # $OPTS = CFLAGS +@@ -506,7 +507,7 @@ else # $OPTS = CFLAGS MARCH= # And leave CFLAGS alone fi @@ -17,12 +17,12 @@ # Set Windows-specific flags if [ "$OS" != "${OS#MinGW/}" ] then -@@ -856,7 +857,7 @@ General +@@ -830,7 +831,7 @@ General ------- Version $MT_V - System $OS + System $OSTYPE - Toolkit GTK+$GTK${GTK2VERSION:+.$GTK2VERSION} + Toolkit GTK+$GTK${GTKVERSION:+.$GTKVERSION} Lists GTK+$MT_LISTS File Picker $MT_FPICK |
