1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/graphics/imlib/files/patch-ac

23 lines
895 B
Plaintext
Raw Normal View History

--- Imlib/Makefile.in.orig Tue Oct 19 07:55:03 1999
+++ Imlib/Makefile.in Thu Oct 28 19:35:24 1999
@@ -125,7 +125,7 @@
1999-02-18 04:55:08 +00:00
libImlib_la_SOURCES = cache.c colors.c load.c misc.c rend.c utils.c save.c snprintf.c
-libImlib_la_LDFLAGS = -version-info 10:8:9
1999-10-08 02:44:43 +00:00
+libImlib_la_LDFLAGS = -version-info 5:0:0
#libImlib_la_LDDADD = $(SUPPORT_LIBS)
1999-02-18 04:55:08 +00:00
libImlib_la_LIBADD = $(SUPPORT_LIBS)
--- gdk_imlib/Makefile.in.orig Tue Oct 19 07:55:01 1999
+++ gdk_imlib/Makefile.in Thu Oct 28 19:36:16 1999
@@ -152,7 +152,7 @@
1999-02-18 04:55:08 +00:00
libgdk_imlib_la_SOURCES = cache.c colors.c globals.c load.c misc.c rend.c utils.c save.c modules.c
-libgdk_imlib_la_LDFLAGS = -version-info 10:8:9
1999-10-08 02:44:43 +00:00
+libgdk_imlib_la_LDFLAGS = -version-info 5:0:0
1999-01-14 16:53:38 +00:00
libgdk_imlib_la_LIBADD = $(GMODULE_LIBS)
include_HEADERS = gdk_imlib.h gdk_imlib_private.h gdk_imlib_types.h