diff options
author | wiz <wiz@pkgsrc.org> | 2018-05-11 12:55:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-05-11 12:55:28 +0000 |
commit | 0e66421a25aad53c66595e2204b2b3e2de9c8a0d (patch) | |
tree | ff42a913d9ed09d1bcbcdf4d7a75111e2c97ea7c /graphics/gimp | |
parent | 91726135e68a4fcab68a26bfc1c426fc705b13fa (diff) | |
download | pkgsrc-0e66421a25aad53c66595e2204b2b3e2de9c8a0d.tar.gz |
gimp: remove patch that is not in distinfo
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/patches/patch-ad | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/gimp/patches/patch-ad b/graphics/gimp/patches/patch-ad deleted file mode 100644 index e8bd7508322..00000000000 --- a/graphics/gimp/patches/patch-ad +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-ad,v 1.13 2015/12/05 21:31:13 adam Exp $ - -Disable API deprecated in Mac OS X v10.5 or not available for 64-bit. - ---- plug-ins/twain/tw_mac.c.orig 2015-11-20 20:32:13.000000000 +0000 -+++ plug-ins/twain/tw_mac.c -@@ -193,10 +193,12 @@ static void twainSetupMacUI() - /* Voodoo magic fix inspired by java_swt launcher */ - /* Without this the icon setting doesn't work about half the time. */ - -+/* - CGrafPtr p = BeginQDContextForApplicationDockTile(); - EndQDContextForApplicationDockTile(p); - - SetApplicationDockTileImage (icon); -+*/ - } - - int |