diff options
Diffstat (limited to 'graphics/imlib/files/patch-Imlib_Makefile.in')
-rw-r--r-- | graphics/imlib/files/patch-Imlib_Makefile.in | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/graphics/imlib/files/patch-Imlib_Makefile.in b/graphics/imlib/files/patch-Imlib_Makefile.in index 93ecfd6dbb7e..dfb4091a2bed 100644 --- a/graphics/imlib/files/patch-Imlib_Makefile.in +++ b/graphics/imlib/files/patch-Imlib_Makefile.in @@ -1,11 +1,7 @@ ---- Imlib/Makefile.in.orig Thu Feb 15 12:46:40 2001 -+++ Imlib/Makefile.in Thu Mar 22 14:57:27 2001 -@@ -124,7 +124,7 @@ - libImlib_la_SOURCES = cache.c colors.c load.c misc.c rend.c utils.c save.c snprintf.c +--- Imlib/Makefile.in.orig Tue Mar 27 22:21:27 2001 ++++ Imlib/Makefile.in Tue Apr 3 13:12:00 2001 +@@ -126,3 +126,3 @@ - --libImlib_la_LDFLAGS = -version-info 10:9:9 +-libImlib_la_LDFLAGS = -version-info 10:10:9 +libImlib_la_LDFLAGS = -version-info 5:0:0 #libImlib_la_LDDADD = $(SUPPORT_LIBS) - libImlib_la_LIBADD = $(SUPPORT_LIBS) - |