mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
834813f53a
used as a base renderer in upcoming gtk/gnome 2.0.
15 lines
534 B
Plaintext
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
|