diff options
Diffstat (limited to 'graphics/epeg')
-rw-r--r-- | graphics/epeg/distinfo | 3 | ||||
-rw-r--r-- | graphics/epeg/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/graphics/epeg/distinfo b/graphics/epeg/distinfo index aafa8989da7..d5d96592d1a 100644 --- a/graphics/epeg/distinfo +++ b/graphics/epeg/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 08:45:04 agc Exp $ +$NetBSD: distinfo,v 1.3 2006/02/02 18:20:59 joerg Exp $ SHA1 (epeg-0.9.0.tar.gz) = 06485f476078624cb847ed0bae0381663fc30301 RMD160 (epeg-0.9.0.tar.gz) = b4835ddea6c7a64fdd3fa769af4866f53b7ebf17 Size (epeg-0.9.0.tar.gz) = 2340371 bytes +SHA1 (patch-aa) = c71d5b423992d4e9fff55123e73760272755bd27 diff --git a/graphics/epeg/patches/patch-aa b/graphics/epeg/patches/patch-aa new file mode 100644 index 00000000000..ec3d778a8b7 --- /dev/null +++ b/graphics/epeg/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2006/02/02 18:21:00 joerg Exp $ + +--- src/lib/Makefile.in.orig 2006-02-02 18:13:49.000000000 +0000 ++++ src/lib/Makefile.in +@@ -92,7 +92,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign + # A list of all the files in the current directory which can be regenerated + MAINTAINERCLEANFILES = Makefile.in + +-LDFLAGS = -L/usr/local/lib ++LDFLAGS = ${COMPILER_RPATH_FLAG}${PREFIX}/lib + INCLUDES = -I/usr/local/include -I$(includedir) @my_includes@ + + |