Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 133820 | Differences between
and this patch

Collapse All | Expand All

(-)imlib-1.9.14/configure.orig (-2 / +2 lines)
Lines 3205-3212 Link Here
3205
3205
3206
  *)
3206
  *)
3207
    if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
3207
    if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
3208
      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
3208
      archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
3209
      archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
3209
      archive_expsym_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
3210
    else
3210
    else
3211
      ld_shlibs=no
3211
      ld_shlibs=no
3212
    fi
3212
    fi
(-)imlib-1.9.14/imlib-config.in.orig (-1 / +1 lines)
Lines 53-59 Link Here
53
      ;;
53
      ;;
54
    --libs)
54
    --libs)
55
      libdirs=-L@libdir@
55
      libdirs=-L@libdir@
56
      echo $libdirs -lImlib @LDFLAGS@ $gx_libs @X_LIBS@ @X_PRE_LIBS@ -lXext -lX11 @X_EXTRA_LIBS@
56
      echo $libdirs -lImlib $gx_libs @X_LIBS@ @X_PRE_LIBS@ -lXext -lX11 @X_EXTRA_LIBS@
57
      ;;
57
      ;;
58
    --libs-gdk)
58
    --libs-gdk)
59
      libdirs=-L@libdir@
59
      libdirs=-L@libdir@
(-)imlib-1.9.14/gdk_imlib/Makefile.am.orig (-1 / +1 lines)
Lines 83-89 Link Here
83
83
84
libgdk_imlib_la_LDFLAGS = -version-info 10:14:9
84
libgdk_imlib_la_LDFLAGS = -version-info 10:14:9
85
libgdk_imlib_la_LIBADD = $(GMODULE_LIBS) $(X_PRE_LIBS) \
85
libgdk_imlib_la_LIBADD = $(GMODULE_LIBS) $(X_PRE_LIBS) \
86
			 $(X_LIBS) $(X_EXTRA_LIBS)
86
			 $(X_LIBS) $(X_EXTRA_LIBS) -lgdk
87
87
88
88
89
include_HEADERS = gdk_imlib.h gdk_imlib_private.h gdk_imlib_types.h
89
include_HEADERS = gdk_imlib.h gdk_imlib_private.h gdk_imlib_types.h
(-)imlib-1.9.14/gdk_imlib/Makefile.in.orig (-1 / +1 lines)
Lines 148-154 Link Here
148
148
149
149
150
libgdk_imlib_la_LDFLAGS = -version-info 10:14:9
150
libgdk_imlib_la_LDFLAGS = -version-info 10:14:9
151
libgdk_imlib_la_LIBADD = $(GMODULE_LIBS) $(X_PRE_LIBS) 			 $(X_LIBS) $(X_EXTRA_LIBS)
151
libgdk_imlib_la_LIBADD = $(GMODULE_LIBS) $(X_PRE_LIBS) $(X_LIBS) $(X_EXTRA_LIBS) -lgdk
152
152
153
153
154
include_HEADERS = gdk_imlib.h gdk_imlib_private.h gdk_imlib_types.h
154
include_HEADERS = gdk_imlib.h gdk_imlib_private.h gdk_imlib_types.h

Return to bug 133820