diff options
author | dsainty <dsainty@pkgsrc.org> | 2010-12-18 08:15:51 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2010-12-18 08:15:51 +0000 |
commit | da71e520e4353c8cbf000ca7cd9b5c7d28d514c0 (patch) | |
tree | c40343540f78d07b21313f5e3b187183e8f40000 /graphics | |
parent | 3a98466379ae26795941c8c795f173aa11d1de93 (diff) | |
download | pkgsrc-da71e520e4353c8cbf000ca7cd9b5c7d28d514c0.tar.gz |
Remove a portion of patch-aa that patched in a reference to
BUILDLINK_PREFIX.jpeg, which probably never worked, and should be entirely
unnecessary.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/resize_image/distinfo | 4 | ||||
-rw-r--r-- | graphics/resize_image/patches/patch-aa | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/graphics/resize_image/distinfo b/graphics/resize_image/distinfo index 1ba0a518dd7..b8cb330e5ad 100644 --- a/graphics/resize_image/distinfo +++ b/graphics/resize_image/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.3 2007/10/10 22:47:46 rillig Exp $ +$NetBSD: distinfo,v 1.4 2010/12/18 08:15:51 dsainty Exp $ SHA1 (resize_image-0.6.tar.gz) = e26f53db67de09bc641caf1ced4742a97be0c4a4 RMD160 (resize_image-0.6.tar.gz) = 42d2ab8813835d51aa984546cb5f2c003e01f667 Size (resize_image-0.6.tar.gz) = 87249 bytes -SHA1 (patch-aa) = b72497572209b10eba9e4a2becbfb53661031092 +SHA1 (patch-aa) = 65098e5be882473082afcf1411fe32f3fcb9dacc SHA1 (patch-ab) = 1ef571f47e79a018dfa73d5996265059edd746d1 SHA1 (patch-ac) = 98b9d32e7d6ba96244a27288a9b36b3a7d41fbd1 SHA1 (patch-ad) = a11e21c71ef4dda8d4ff5311dc57c857fe84f064 diff --git a/graphics/resize_image/patches/patch-aa b/graphics/resize_image/patches/patch-aa index 249acbdf14d..3f7ef22a65b 100644 --- a/graphics/resize_image/patches/patch-aa +++ b/graphics/resize_image/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/09/10 21:44:46 itojun Exp $ +$NetBSD: patch-aa,v 1.2 2010/12/18 08:15:52 dsainty Exp $ --- Makefile.orig 2002-08-08 20:13:01.000000000 +0900 +++ Makefile 2003-09-11 06:40:40.000000000 +0900 @@ -14,8 +14,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2003/09/10 21:44:46 itojun Exp $ OBJ_DIR = obj # tout les repertoires a rajouter dans le PATH utilise pour les includes --INCLUDE_PATH = -Iimage -Iutils -+INCLUDE_PATH = -Iimage -Iutils -I${BUILDLINK_PREFIX.jpeg}/include + INCLUDE_PATH = -Iimage -Iutils # tout les repertoires a rajouter dans le PATH utilise lors du linkage LIBRARY_PATH = # toutes les bibliotheques a utiliser au linkage |