diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-12-18 17:33:04 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-12-18 17:33:04 +0000 |
commit | ecf93e98d910790857663be7cc03a0975ef0024d (patch) | |
tree | 6843fb7607b266847340bdd10cb9794a21974bc8 /graphics/chbg/files | |
parent | 82a9eb917c148dc71e1b31a2daba0aa41af618bd (diff) | |
download | FreeBSD-ports-ecf93e98d910790857663be7cc03a0975ef0024d.zip FreeBSD-ports-ecf93e98d910790857663be7cc03a0975ef0024d.tar.gz |
Update to 1.2.
Diffstat (limited to 'graphics/chbg/files')
-rw-r--r-- | graphics/chbg/files/patch-aa | 20 | ||||
-rw-r--r-- | graphics/chbg/files/patch-ab | 13 |
2 files changed, 13 insertions, 20 deletions
diff --git a/graphics/chbg/files/patch-aa b/graphics/chbg/files/patch-aa deleted file mode 100644 index 96f2f27..0000000 --- a/graphics/chbg/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Tue Oct 3 15:37:21 2000 -+++ configure Tue Oct 3 15:39:25 2000 -@@ -2547,7 +2547,7 @@ - for ac_dir in $ac_dummy; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then -- ac_cv_prog_IMLIB_CONFIG=""yes"" -+ ac_cv_prog_IMLIB_CONFIG=""imlib-config"" - break - fi - done -@@ -2562,7 +2562,7 @@ - echo "$ac_t""no" 1>&6 - fi - --if eval "test x$IMLIB_CONFIG = xyes"; then -+if eval "test x$IMLIB_CONFIG != xno"; then - echo "$ac_t"""checking for gdk_imlib configuration using imlib-config script ..."" 1>&6 - IMLIB_LIBS=`imlib-config --libs-gdk` - echo "$ac_t""" gdk_imlib LDFLAGS=$IMLIB_LIBS"" 1>&6 diff --git a/graphics/chbg/files/patch-ab b/graphics/chbg/files/patch-ab new file mode 100644 index 0000000..5a0ba7d --- /dev/null +++ b/graphics/chbg/files/patch-ab @@ -0,0 +1,13 @@ +--- Makefile.in 2000/12/18 17:14:56 1.1 ++++ Makefile.in 2000/12/18 17:15:24 +@@ -374,8 +374,8 @@ + if test -n "$(GNOME_PREFIX)"; then \ + $(mkinstalldirs) $(DESTDIR)$(GNOME_PREFIX)/share/gnome/apps/Graphics; \ + $(INSTALL_DATA) $(srcdir)/chbg.desktop $(DESTDIR)$(GNOME_PREFIX)/share/gnome/apps/Graphics; \ +- $(mkinstalldirs) $(DESTDIR)$(GNOME_PREFIX)/share/pixmaps; \ +- $(INSTALL_DATA) $(srcdir)/chbg_64x64.xpm $(DESTDIR)$(GNOME_PREFIX)/share/pixmaps; \ ++ $(mkinstalldirs) $(DESTDIR)$(GNOME_PREFIX)/share/gnome/pixmaps; \ ++ $(INSTALL_DATA) $(srcdir)/chbg_64x64.xpm $(DESTDIR)$(GNOME_PREFIX)/share/gnome/pixmaps; \ + fi + + uninstall-local: |