diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-11-07 22:32:57 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-11-07 22:32:57 +0800 |
commit | 2381edcc951050399ca2d1ca04400e2247e1f67b (patch) | |
tree | 8cceab7a6e76c896409dd4b6cab93155b4ae2997 /graphics/imlib2/files | |
parent | 2d535aec247ff9da421ea2eb3c7ab05a5501e6ee (diff) | |
download | freebsd-ports-gnome-2381edcc951050399ca2d1ca04400e2247e1f67b.tar.gz freebsd-ports-gnome-2381edcc951050399ca2d1ca04400e2247e1f67b.tar.zst freebsd-ports-gnome-2381edcc951050399ca2d1ca04400e2247e1f67b.zip |
- Change MASTER_SITES to MASTER_SITE_SOURCEFORGE.
- Clean up the imlib2-config script installed.
- Take over maintainer-ship.
PR: 22629
Submitted by: Jeremy Norris <ishmael27@home.com>
Diffstat (limited to 'graphics/imlib2/files')
-rw-r--r-- | graphics/imlib2/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/imlib2/files/patch-aa b/graphics/imlib2/files/patch-aa new file mode 100644 index 000000000000..7a8b2a5a55a0 --- /dev/null +++ b/graphics/imlib2/files/patch-aa @@ -0,0 +1,11 @@ +--- 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@ + ;; + *) |