diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-03-23 13:48:42 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-03-23 13:48:42 +0800 |
commit | 9a20ae510293fc1aeb0b39c0d51772c0374d6537 (patch) | |
tree | 21f340732d3e6fc31621dc095ef3d81514448100 /graphics | |
parent | 50776c71c26ef958ef069cf2c2849baec39af72f (diff) | |
download | freebsd-ports-graphics-9a20ae510293fc1aeb0b39c0d51772c0374d6537.tar.gz freebsd-ports-graphics-9a20ae510293fc1aeb0b39c0d51772c0374d6537.tar.zst freebsd-ports-graphics-9a20ae510293fc1aeb0b39c0d51772c0374d6537.zip |
fix patch path
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-imaging/files/patch-_imagingft.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-imaging/files/patch-_imagingft.c b/graphics/py-imaging/files/patch-_imagingft.c index 78da98e402c..2587cc00494 100644 --- a/graphics/py-imaging/files/patch-_imagingft.c +++ b/graphics/py-imaging/files/patch-_imagingft.c @@ -1,5 +1,5 @@ ---- _imagingft.c.orig Mon Mar 22 23:27:33 2004 -+++ _imagingft.c Mon Mar 22 23:28:03 2004 +--- ../_imagingft.c.orig Mon Mar 22 23:27:33 2004 ++++ ../_imagingft.c Mon Mar 22 23:28:03 2004 @@ -15,7 +15,8 @@ #include "Python.h" #include "Imaging.h" |