1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/x11-toolkits/pango/files/patch-ab
Maxim Sobolev 834813f53a Add pango - an open-source framework for rendering i18n text. It will be
used as a base renderer in upcoming gtk/gnome 2.0.
2000-07-18 08:46:04 +00:00

15 lines
534 B
Plaintext

--- pango/Makefile.in.orig Tue Jul 18 11:21:36 2000
+++ pango/Makefile.in Tue Jul 18 11:21:41 2000
@@ -100,9 +100,9 @@
# down at which point we'll either use the GTK+ versioning
# scheme or the standard libtool scheme.
#
-libpango_la_LDFLAGS = -release $(VERSION) $(GLIB_LIBS)
+libpango_la_LDFLAGS = -version-info $(VERSION:S/./:/) $(GLIB_LIBS)
-libpangox_la_LDFLAGS = -release $(VERSION)
+libpangox_la_LDFLAGS = -version-info $(VERSION:S/./:/)
libpangox_la_LIBADD = $(INCLUDED_MODULES)
pangoincludedir = $(includedir)/pango