summaryrefslogtreecommitdiff
path: root/graphics/imlib2-tmp/files/patch-aa
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-03-12 14:40:19 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-03-12 14:40:19 +0000
commit87751f1441ae8d1d2afb71386f3e46e67b7baf66 (patch)
tree4250d89dd338be752d8f88ba2efb37478ae37f03 /graphics/imlib2-tmp/files/patch-aa
parentimlib2-tmp -> imlib2 (diff)
remove imlib2-tmp. now it's in real place(graphics/imlib2).
Notes
Notes: svn path=/head/; revision=39654
Diffstat (limited to 'graphics/imlib2-tmp/files/patch-aa')
-rw-r--r--graphics/imlib2-tmp/files/patch-aa11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/imlib2-tmp/files/patch-aa b/graphics/imlib2-tmp/files/patch-aa
deleted file mode 100644
index 7a8b2a5a55a0..000000000000
--- a/graphics/imlib2-tmp/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- imlib2-config.in.orig Tue Aug 22 16:38:40 2000
-+++ imlib2-config.in Sun Oct 29 21:38:09 2000
-@@ -45,7 +45,7 @@
- echo $includes @x_cflags@
- ;;
- --libs)
-- libdirs=-L@libdir@
-+ libdirs="-L@libdir@ -L@localbase@/lib"
- echo $libdirs -lImlib2 -lttf -lm @dlopen_libs@ @x_ldflags@ @x_libs@
- ;;
- *)