From 32c7aa03a0f7c2b87ab18ed556b99c5477852272 Mon Sep 17 00:00:00 2001 From: Artur Frysiak Date: Wed, 7 Apr 1999 23:03:22 +0000 Subject: [PATCH] Window Maker patch: build shared libs Changed files: WindowMaker-shared.patch -> 1.1 --- WindowMaker-shared.patch | 143 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 WindowMaker-shared.patch diff --git a/WindowMaker-shared.patch b/WindowMaker-shared.patch new file mode 100644 index 0000000..b8ca31d --- /dev/null +++ b/WindowMaker-shared.patch @@ -0,0 +1,143 @@ +diff -ru WindowMaker-0.52.0/WINGs/Makefile.am WindowMaker-0.52.0.pld/WINGs/Makefile.am +--- WindowMaker-0.52.0/WINGs/Makefile.am Thu Apr 1 18:49:35 1999 ++++ WindowMaker-0.52.0.pld/WINGs/Makefile.am Wed Apr 7 22:36:16 1999 +@@ -10,11 +10,11 @@ + -lm @LIBPL@ + + +-#lib_LTLIBRARIES = libWINGs.la ++lib_LTLIBRARIES = libWINGs.la + +-lib_LIBRARIES = libWINGs.a ++#lib_LIBRARIES = libWINGs.a + +-#libWINGs_la_LDFLAGS = -version-info 1:1:0 ++libWINGs_la_LDFLAGS = -version-info 1:1:0 + + include_HEADERS = WINGs.h WUtil.h WINGsP.h + +@@ -23,40 +23,40 @@ + + testmywidget_SOURCES = testmywidget.c mywidget.c mywidget.h + +-testmywidget_LDADD = libWINGs.a $(LIBLIST) ++testmywidget_LDADD = libWINGs.la $(LIBLIST) + + fontl_SOURCES = fontl.c + +-fontl_LDADD = libWINGs.a $(LIBLIST) ++fontl_LDADD = libWINGs.la $(LIBLIST) + + wtest_SOURCES = wtest.c + +-wtest_LDADD = libWINGs.a $(LIBLIST) ++wtest_LDADD = libWINGs.la $(LIBLIST) + +-wtest_DEPENDENCIES = libWINGs.a ++wtest_DEPENDENCIES = libWINGs.la + + wmfile_SOURCES = wmfile.c + +-wmfile_LDADD = libWINGs.a $(LIBLIST) ++wmfile_LDADD = libWINGs.la $(LIBLIST) + + testcolorpanel_SOURCES = testcolorpanel.c + +-testcolorpanel_LDADD = libWINGs.a $(LIBLIST) ++testcolorpanel_LDADD = libWINGs.la $(LIBLIST) + + testnot_SOURCES = testnot.c + +-testnot_LDADD = libWINGs.a $(LIBLIST) ++testnot_LDADD = libWINGs.la $(LIBLIST) + + + wmquery_SOURCES = wmquery.c + +-wmquery_LDADD = libWINGs.a $(LIBLIST) ++wmquery_LDADD = libWINGs.la $(LIBLIST) + + + EXTRA_DIST = logo.xpm + + # wbutton.c +-libWINGs_a_SOURCES = \ ++libWINGs_la_SOURCES = \ + WINGs.h \ + WINGsP.h \ + configuration.c \ +diff -ru WindowMaker-0.52.0/src/Makefile.am WindowMaker-0.52.0.pld/src/Makefile.am +--- WindowMaker-0.52.0/src/Makefile.am Thu Apr 1 18:49:35 1999 ++++ WindowMaker-0.52.0.pld/src/Makefile.am Wed Apr 7 22:36:16 1999 +@@ -108,7 +108,7 @@ + + + wmaker_LDADD = \ +- $(top_builddir)/WINGs/libWINGs.a\ ++ $(top_builddir)/WINGs/libWINGs.la\ + $(top_builddir)/wrlib/libwraster.la\ + @LIBRARY_SEARCH_PATH@ \ + @LIBPL@ \ +diff -ru WindowMaker-0.52.0/test/Makefile.am WindowMaker-0.52.0.pld/test/Makefile.am +--- WindowMaker-0.52.0/test/Makefile.am Thu Apr 1 18:49:35 1999 ++++ WindowMaker-0.52.0.pld/test/Makefile.am Wed Apr 7 22:36:16 1999 +@@ -8,7 +8,7 @@ + + wtest_SOURCES = wtest.c + +-wtest_LDADD = $(top_builddir)/wmlib/libWMaker.a @XLFLAGS@ @XLIBS@ ++wtest_LDADD = $(top_builddir)/wmlib/libWMaker.la @XLFLAGS@ @XLIBS@ + + + INCLUDES = -g -D_BSD_SOURCE @XCFLAGS@ -I$(top_srcdir)/wmlib +--- WindowMaker-0.52.0/wmlib/Makefile.am Thu Apr 1 18:49:35 1999 ++++ WindowMaker-0.52.0.pld/wmlib/Makefile.am Wed Apr 7 22:36:16 1999 +@@ -1,13 +1,13 @@ + + AUTOMAKE_OPTIONS = no-dependencies + +-lib_LIBRARIES = libWMaker.a ++lib_LTLIBRARIES = libWMaker.la + + include_HEADERS = WMaker.h + + INCLUDES = @DFLAGS@ @XCFLAGS@ + +-libWMaker_a_SOURCES = \ ++libWMaker_la_SOURCES = \ + menu.c \ + app.c \ + event.c \ +@@ -15,3 +15,4 @@ + app.h \ + menu.h + ++libWMaker_la_LDFLAGS = -version-info 1:1:1 +diff -ru WindowMaker-0.52.0.old/util/Makefile.am WindowMaker-0.52.0/util/Makefile.am +--- WindowMaker-0.52.0.old/util/Makefile.am Thu Apr 1 18:49:35 1999 ++++ WindowMaker-0.52.0/util/Makefile.am Wed Apr 7 23:17:37 1999 +@@ -31,7 +31,7 @@ + geticonset_LDADD= $(liblist) + + wmsetbg_LDADD = \ +- $(top_builddir)/WINGs/libWINGs.a \ ++ $(top_builddir)/WINGs/libWINGs.la \ + $(top_builddir)/wrlib/libwraster.la \ + @LIBRARY_SEARCH_PATH@ \ + @LIBPL@ \ +diff -ru WindowMaker-0.52.0.old/WPrefs.app/Makefile.am WindowMaker-0.52.0/WPrefs.app/Makefile.am +--- WindowMaker-0.52.0.old/WPrefs.app/Makefile.am Thu Apr 1 18:49:35 1999 ++++ WindowMaker-0.52.0/WPrefs.app/Makefile.am Wed Apr 7 23:33:03 1999 +@@ -49,10 +49,10 @@ + -I$(top_srcdir)/wrlib \ + -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ + +-WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a ++WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la + + WPrefs_LDADD = \ +- $(top_builddir)/WINGs/libWINGs.a\ ++ $(top_builddir)/WINGs/libWINGs.la\ + $(top_builddir)/wrlib/libwraster.la \ + @LIBRARY_SEARCH_PATH@ \ + @LIBPL@ \ -- 2.44.0