mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1ecc592d8c
audio/gnomemedia 1.2.0 deskutils/gnomepim 1.2.0 devel/bugbuddy 1.0 devel/glade 0.5.9 devel/libgtop 1.0.9 games/gnomegames 1.2.0 graphics/imlib 1.9.8.1 misc/gnomeusersguide 1.2 misc/gnomeutils 1.2.0 sysutils/gnomecontrolcenter 1.2.0 sysutils/gtop 1.0.8 x11-fm/gmomemc 4.5.50 x11/gnomecore 1.2.0 x11/gnomelibs 1.2.1 Along with cosmetic changes to other parts of the metaport for the new shared library version numbers. Plus. The metaport has been reworked to bring in a few more often-requested items. Please note that you absolutely need GTK/GLIB 1.2.8 or higher for this release.
34 lines
2.0 KiB
Plaintext
34 lines
2.0 KiB
Plaintext
--- libart_lgpl/Makefile.in.orig Wed Apr 28 02:57:51 1999
|
|
+++ libart_lgpl/Makefile.in Fri Apr 30 00:19:41 1999
|
|
@@ -94,7 +94,7 @@
|
|
libart_lgpl_la_SOURCES = art_affine.c art_alphagamma.c art_bpath.c art_gray_svp.c art_misc.c art_pixbuf.c art_rect.c art_rect_svp.c art_rect_uta.c art_rgb.c art_rgb_affine.c art_rgb_affine_private.c art_rgb_affine_private.h art_rgb_bitmap_affine.c art_rgb_pixbuf_affine.c art_rgb_rgba_affine.c art_rgb_svp.c art_svp.c art_svp_ops.c art_svp_render_aa.c art_svp_vpath.c art_svp_vpath_stroke.c art_svp_wind.c art_svp_wind.h art_uta.c art_uta_ops.c art_uta_rect.c art_uta_vpath.c art_uta_svp.c art_vpath.c art_vpath_bpath.c art_vpath_svp.c
|
|
|
|
|
|
-libart_lgpl_la_LDFLAGS = -version-info @LIBART_VERSION_INFO@
|
|
+libart_lgpl_la_LDFLAGS = -version-info 4:0:0
|
|
|
|
libart_lgplincdir = $(includedir)/libart_lgpl
|
|
libart_lgplinc_HEADERS = art_affine.h art_alphagamma.h art_bpath.h art_filterlevel.h art_gray_svp.h art_misc.h art_pathcode.h art_pixbuf.h art_point.h art_rect.h art_rect_svp.h art_rect_uta.h art_rgb.h art_rgb_affine.h art_rgb_bitmap_affine.h art_rgb_pixbuf_affine.h art_rgb_rgba_affine.h art_rgb_svp.h art_svp.h art_svp_ops.h art_svp_render_aa.h art_svp_vpath.h art_svp_vpath_stroke.h art_uta.h art_uta_ops.h art_uta_rect.h art_uta_vpath.h art_uta_svp.h art_vpath.h art_vpath_bpath.h art_vpath_svp.h
|
|
@@ -115,10 +115,10 @@
|
|
testuta_DEPENDENCIES = $(DEPS)
|
|
testuta_LDADD = $(LDADDS) -lm
|
|
|
|
-m4datadir = $(datadir)/aclocal
|
|
+m4datadir = $(prefix)/share/aclocal
|
|
m4data_DATA = libart.m4
|
|
|
|
-confexecdir = $(libdir)
|
|
+confexecdir = $(sysconfdir)
|
|
confexec_DATA = libartConf.sh
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
|
|
@@ -569,7 +569,7 @@
|
|
uninstall-confexecDATA uninstall-m4dataDATA \
|
|
uninstall-libart_lgplincHEADERS
|
|
uninstall: uninstall-am
|
|
-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
|
|
+all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA) \
|
|
$(HEADERS) config.h
|
|
all-redirect: all-am
|
|
install-strip:
|