diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-03-03 20:38:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-03-03 20:38:30 +0000 |
commit | 0ee70b01f8d8365d40b692ccb116f9d8b9287d41 (patch) | |
tree | 7ef7b410a55be2715cf83db6fbf2aae026fa1a85 /graphics/imlib/files | |
parent | Use EXTRA_PATCHES instead of copying a patch into ${PATCHDIR}, which (diff) |
Add -L${LOCALBASE}/lib in front of -ltiff and stuff in imlib-config;
without it, ports (like astro/xplanet) that only require X-related stuff
will fail (since they will only put -L${X11BASE}/lib in the linker
command line).
Notes
Notes:
svn path=/head/; revision=26509
Diffstat (limited to 'graphics/imlib/files')
-rw-r--r-- | graphics/imlib/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/imlib/files/patch-ab b/graphics/imlib/files/patch-ab new file mode 100644 index 000000000000..ed31cf167d97 --- /dev/null +++ b/graphics/imlib/files/patch-ab @@ -0,0 +1,11 @@ +--- ./imlib-config.in.org Thu Aug 26 08:09:25 1999 ++++ ./imlib-config.in Fri Mar 3 11:08:41 2000 +@@ -3,7 +3,7 @@ + # Shamelessly ripped form gtk's gtk-config.in + # + +-gx_libs="@SUPPORT_LIBS@" ++gx_libs="-L%%LOCALBASE%%/lib @SUPPORT_LIBS@" + gdk_gx_libs=" @GDK_SUPPORT_LIBS@" + gdk_libs="@LIBS@" + |