summaryrefslogtreecommitdiff
path: root/graphics/epeg/patches/patch-aa
diff options
context:
space:
mode:
authorjoerg <joerg>2006-02-02 18:20:59 +0000
committerjoerg <joerg>2006-02-02 18:20:59 +0000
commit26cc0c86fdf8116e8eb983609d7d7580dcf6f68b (patch)
tree898996d6184f5d026ee7d254a362a9e20597c1da /graphics/epeg/patches/patch-aa
parentb276476e1584336dc4989ec56895cf522fd1c710 (diff)
downloadpkgsrc-26cc0c86fdf8116e8eb983609d7d7580dcf6f68b.tar.gz
Add explicit rpath for PREFIX/lib for DragonFly.
Diffstat (limited to 'graphics/epeg/patches/patch-aa')
-rw-r--r--graphics/epeg/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
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@
+
+