]> git.pld-linux.org Git - packages/WindowMaker.git/blobdiff - WindowMaker-shared.patch
- release 4,
[packages/WindowMaker.git] / WindowMaker-shared.patch
index 856e2ccdc2e48be3c13d9e3970d69ef3f5485335..c28494b8d959eb345c50638581ea5d87d5280933 100644 (file)
@@ -1,7 +1,7 @@
 diff -Nru WindowMaker-0.64.0/WINGs/Examples/Makefile.am WindowMaker-0.64.0.new/WINGs/Examples/Makefile.am
---- WindowMaker-0.64.0/WINGs/Examples/Makefile.am      Tue Feb 13 18:37:52 2001
-+++ WindowMaker-0.64.0.new/WINGs/Examples/Makefile.am  Tue Feb 13 18:28:57 2001
-@@ -6,17 +6,17 @@
+--- WindowMaker-0.64.0/WINGs/Examples/Makefile.am      Tue Feb 13 18:58:56 2001
++++ WindowMaker-0.64.0.new/WINGs/Examples/Makefile.am  Tue Feb 13 18:56:19 2001
+@@ -6,22 +6,22 @@
  noinst_PROGRAMS = connect server fontl puzzle
  
  
@@ -23,10 +23,33 @@ diff -Nru WindowMaker-0.64.0/WINGs/Examples/Makefile.am WindowMaker-0.64.0.new/W
 +connect_LDADD = $(top_builddir)/WINGs/libWUtil.la @LIBRARY_SEARCH_PATH@ \
        @NETLIBS@ @LIBPL@
  
- server_DEPENDENCIES = $(top_builddir)/WINGs/libWUtil.a
+-server_DEPENDENCIES = $(top_builddir)/WINGs/libWUtil.a
++server_DEPENDENCIES = $(top_builddir)/WINGs/libWUtil.la
+-server_LDADD = $(top_builddir)/WINGs/libWUtil.a @LIBRARY_SEARCH_PATH@ \
++server_LDADD = $(top_builddir)/WINGs/libWUtil.la @LIBRARY_SEARCH_PATH@ \
+       @NETLIBS@ @LIBPL@
 diff -Nru WindowMaker-0.64.0/WINGs/Extras/Makefile.am WindowMaker-0.64.0.new/WINGs/Extras/Makefile.am
---- WindowMaker-0.64.0/WINGs/Extras/Makefile.am        Tue Feb 13 18:37:52 2001
-+++ WindowMaker-0.64.0.new/WINGs/Extras/Makefile.am    Tue Feb 13 18:28:57 2001
+--- WindowMaker-0.64.0/WINGs/Extras/Makefile.am        Tue Feb 13 18:58:56 2001
++++ WindowMaker-0.64.0.new/WINGs/Extras/Makefile.am    Tue Feb 13 18:56:19 2001
+@@ -10,13 +10,13 @@
+ include_HEADERS = wtableview.h wtabledelegates.h 
+-lib_LIBRARIES = libExtraWINGs.a 
++lib_LTLIBRARIES = libExtraWINGs.la
+ noinst_PROGRAMS = test
+ EXTRA_DIST = 
+-libExtraWINGs_a_SOURCES =     \
++libExtraWINGs_la_SOURCES =    \
+       wtableview.c \
+       wtabledelegates.c \
+       wtableview.h \
 @@ -26,7 +26,7 @@
  INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs \
        -DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG
@@ -37,24 +60,27 @@ diff -Nru WindowMaker-0.64.0/WINGs/Extras/Makefile.am WindowMaker-0.64.0.new/WIN
  
  test_LDADD = wtableview.o wtabledelegates.o $(LDADD)
 diff -Nru WindowMaker-0.64.0/WINGs/Makefile.am WindowMaker-0.64.0.new/WINGs/Makefile.am
---- WindowMaker-0.64.0/WINGs/Makefile.am       Tue Feb 13 18:37:52 2001
-+++ WindowMaker-0.64.0.new/WINGs/Makefile.am   Tue Feb 13 18:39:06 2001
-@@ -4,7 +4,7 @@
+--- WindowMaker-0.64.0/WINGs/Makefile.am       Tue Feb 13 18:58:56 2001
++++ WindowMaker-0.64.0.new/WINGs/Makefile.am   Tue Feb 13 19:00:21 2001
+@@ -4,22 +4,19 @@
  
  SUBDIRS = WINGs . Documentation Resources Examples Extras Tests
  
 -
-+lib_LTLIBRARIES = libWINGs.la libWUtil.la
- #libWINGs_la_LDFLAGS = -version-info 1:1:0
-@@ -13,13 +13,13 @@
- lib_LIBRARIES = libWINGs.a libWUtil.a
+-
+-#libWINGs_la_LDFLAGS = -version-info 1:1:0
+-
+ bin_SCRIPTS = get-wings-flags get-wutil-flags
  
+-lib_LIBRARIES = libWINGs.a libWUtil.a
+-
++lib_LTLIBRARIES = libWINGs.la libWUtil.la
  
 -LDADD= libWINGs.a $(top_builddir)/wrlib/libwraster.la @LIBPL@
-+LDADD= libWINGs.la $(top_builddir)/wrlib/libwraster.la @LIBPL@
++libWINGs_la_LDFLAGS = -version-info 1:1:0
++libWUtil_la_LDFLAGS = -version-info 1:1:0
  
++LDADD= libWINGs.la $(top_builddir)/wrlib/libwraster.la @LIBPL@
  
  EXTRA_DIST = BUGS
  
@@ -64,7 +90,7 @@ diff -Nru WindowMaker-0.64.0/WINGs/Makefile.am WindowMaker-0.64.0.new/WINGs/Make
        array.c \
        bagtree.c \
        configuration.c \
-@@ -74,7 +74,7 @@
+@@ -74,7 +71,7 @@
        wwindow.c
  
  
@@ -74,8 +100,8 @@ diff -Nru WindowMaker-0.64.0/WINGs/Makefile.am WindowMaker-0.64.0.new/WINGs/Make
        bagtree.c \
        connection.c \
 diff -Nru WindowMaker-0.64.0/WINGs/Tests/Makefile.am WindowMaker-0.64.0.new/WINGs/Tests/Makefile.am
---- WindowMaker-0.64.0/WINGs/Tests/Makefile.am Tue Feb 13 18:37:52 2001
-+++ WindowMaker-0.64.0.new/WINGs/Tests/Makefile.am     Tue Feb 13 18:28:57 2001
+--- WindowMaker-0.64.0/WINGs/Tests/Makefile.am Tue Feb 13 18:58:56 2001
++++ WindowMaker-0.64.0.new/WINGs/Tests/Makefile.am     Tue Feb 13 18:56:19 2001
 @@ -4,13 +4,13 @@
  
  noinst_PROGRAMS = wtest wmquery wmfile testmywidget testcolorpanel 
@@ -93,8 +119,8 @@ diff -Nru WindowMaker-0.64.0/WINGs/Tests/Makefile.am WindowMaker-0.64.0.new/WING
  
  EXTRA_DIST = logo.xpm upbtn.xpm wm.html wm.png
 diff -Nru WindowMaker-0.64.0/WPrefs.app/Makefile.am WindowMaker-0.64.0.new/WPrefs.app/Makefile.am
---- WindowMaker-0.64.0/WPrefs.app/Makefile.am  Tue Feb 13 18:37:52 2001
-+++ WindowMaker-0.64.0.new/WPrefs.app/Makefile.am      Tue Feb 13 18:28:57 2001
+--- WindowMaker-0.64.0/WPrefs.app/Makefile.am  Tue Feb 13 18:58:56 2001
++++ WindowMaker-0.64.0.new/WPrefs.app/Makefile.am      Tue Feb 13 18:56:19 2001
 @@ -46,10 +46,10 @@
  
  INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ 
@@ -109,8 +135,8 @@ diff -Nru WindowMaker-0.64.0/WPrefs.app/Makefile.am WindowMaker-0.64.0.new/WPref
        @LIBPL@ \
        @INTLIBS@
 diff -Nru WindowMaker-0.64.0/src/Makefile.am WindowMaker-0.64.0.new/src/Makefile.am
---- WindowMaker-0.64.0/src/Makefile.am Tue Feb 13 18:37:52 2001
-+++ WindowMaker-0.64.0.new/src/Makefile.am     Tue Feb 13 18:28:57 2001
+--- WindowMaker-0.64.0/src/Makefile.am Tue Feb 13 18:58:56 2001
++++ WindowMaker-0.64.0.new/src/Makefile.am     Tue Feb 13 18:56:19 2001
 @@ -113,7 +113,7 @@
  
  
@@ -121,8 +147,8 @@ diff -Nru WindowMaker-0.64.0/src/Makefile.am WindowMaker-0.64.0.new/src/Makefile
        @LIBPL@ \
        @XLIBS@ \
 diff -Nru WindowMaker-0.64.0/test/Makefile.am WindowMaker-0.64.0.new/test/Makefile.am
---- WindowMaker-0.64.0/test/Makefile.am        Tue Feb 13 18:37:52 2001
-+++ WindowMaker-0.64.0.new/test/Makefile.am    Tue Feb 13 18:28:57 2001
+--- WindowMaker-0.64.0/test/Makefile.am        Tue Feb 13 18:58:56 2001
++++ WindowMaker-0.64.0.new/test/Makefile.am    Tue Feb 13 18:56:19 2001
 @@ -8,7 +8,7 @@
  
  wtest_SOURCES = wtest.c
@@ -133,8 +159,8 @@ diff -Nru WindowMaker-0.64.0/test/Makefile.am WindowMaker-0.64.0.new/test/Makefi
  
  INCLUDES = -g -D_BSD_SOURCE @XCFLAGS@ -I$(top_srcdir)/wmlib 
 diff -Nru WindowMaker-0.64.0/util/Makefile.am WindowMaker-0.64.0.new/util/Makefile.am
---- WindowMaker-0.64.0/util/Makefile.am        Tue Feb 13 18:37:52 2001
-+++ WindowMaker-0.64.0.new/util/Makefile.am    Tue Feb 13 18:28:57 2001
+--- WindowMaker-0.64.0/util/Makefile.am        Tue Feb 13 18:58:56 2001
++++ WindowMaker-0.64.0.new/util/Makefile.am    Tue Feb 13 18:56:19 2001
 @@ -36,19 +36,19 @@
  geticonset_LDADD= $(liblist)
  
@@ -159,8 +185,8 @@ diff -Nru WindowMaker-0.64.0/util/Makefile.am WindowMaker-0.64.0.new/util/Makefi
        @LIBPL@ \
        @DLLIBS@
 diff -Nru WindowMaker-0.64.0/wmlib/Makefile.am WindowMaker-0.64.0.new/wmlib/Makefile.am
---- WindowMaker-0.64.0/wmlib/Makefile.am       Tue Feb 13 18:37:52 2001
-+++ WindowMaker-0.64.0.new/wmlib/Makefile.am   Tue Feb 13 18:28:57 2001
+--- WindowMaker-0.64.0/wmlib/Makefile.am       Tue Feb 13 18:58:56 2001
++++ WindowMaker-0.64.0.new/wmlib/Makefile.am   Tue Feb 13 18:56:19 2001
 @@ -1,13 +1,13 @@
  
  AUTOMAKE_OPTIONS = no-dependencies
This page took 0.04349 seconds and 4 git commands to generate.