diff options
author | nakai <nakai@FreeBSD.org> | 1999-10-14 13:00:15 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 1999-10-14 13:00:15 +0800 |
commit | 870a0125ce91326137c0b961cf0ac21fbf910eea (patch) | |
tree | dd8cfa554f3d9edfe440d72d532d10f4013a5886 /graphics/gdk-pixbuf/files | |
parent | 2b380b6d63f0a9dae23c2155daf137e239bbed10 (diff) | |
download | freebsd-ports-gnome-870a0125ce91326137c0b961cf0ac21fbf910eea.tar.gz freebsd-ports-gnome-870a0125ce91326137c0b961cf0ac21fbf910eea.tar.zst freebsd-ports-gnome-870a0125ce91326137c0b961cf0ac21fbf910eea.zip |
PR: ports/14303
Submitted by:Ade Lovett <ade@lovett.com>
Initial import.
New graphics library for GNOME. (Imlib replacement.)
Diffstat (limited to 'graphics/gdk-pixbuf/files')
-rw-r--r-- | graphics/gdk-pixbuf/files/patch-aa | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/graphics/gdk-pixbuf/files/patch-aa b/graphics/gdk-pixbuf/files/patch-aa new file mode 100644 index 000000000000..e3f9aaf476ff --- /dev/null +++ b/graphics/gdk-pixbuf/files/patch-aa @@ -0,0 +1,46 @@ +--- configure.orig Tue Sep 28 13:50:52 1999 ++++ configure Tue Oct 5 16:16:32 1999 +@@ -2702,8 +2702,8 @@ + echo "configure:2703: checking whether to build gmodulized gdk-pixbuf" >&5 + oLIBS="$LIBS" + oCFLAGS="$CFLAGS" +-LIBS="$LIBS `glib-config --libs gmodule`" +-CFLAGS="$CFLAGS `glib-config --cflags gmodule`" ++LIBS="$LIBS `$GLIB_CONFIG --libs gmodule`" ++CFLAGS="$CFLAGS `$GLIB_CONFIG --cflags gmodule`" + if test "$cross_compiling" = yes; then + { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } + else +@@ -2752,8 +2752,8 @@ + #define USE_GMODULE 1 + EOF + +- GMODULE_LIBS="`glib-config --libs gmodule`" +- GMODULE_FLAGS="`glib-config --cflags gmodule`" ++ GMODULE_LIBS="`$GLIB_CONFIG --libs gmodule`" ++ GMODULE_FLAGS="`$GLIB_CONFIG --cflags gmodule`" + + + echo "$ac_t""yes" 1>&6 +@@ -3696,8 +3696,8 @@ + fi + + GDK_PIXBUF_LIBDIR='-L${libdir}' +-GDK_PIXBUF_INCLUDEDIR="-I${includedir} `gnome-config --cflags glib libart` `glib-config --cflags gmodule`" +-GDK_PIXBUF_LIBS="$LIBS `gnome-config --libs glib libart` `glib-config --libs gmodule` -lgdk_pixbuf" ++GDK_PIXBUF_INCLUDEDIR="-I${includedir} `gnome-config --cflags glib libart` `$GLIB_CONFIG --cflags gmodule`" ++GDK_PIXBUF_LIBS="$LIBS `gnome-config --libs glib libart` `$GLIB_CONFIG --libs gmodule` -lgdk_pixbuf" + + + +--- Makefile.in.orig Tue Sep 28 13:54:53 1999 ++++ Makefile.in Tue Oct 5 16:23:16 1999 +@@ -101,7 +101,7 @@ + ZVT_LIBS = @ZVT_LIBS@ + + SUBDIRS = macros src +-confexecdir = $(libdir) ++confexecdir = $(sysconfdir) + confexec_DATA = gdk_pixbufConf.sh + + EXTRA_DIST = configure acconfig.h gdk_pixbufConf.sh.in |