]> git.pld-linux.org Git - packages/WindowMaker.git/commitdiff
- link shared libs properly
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 24 Apr 2004 23:25:34 +0000 (23:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    WindowMaker-shared.patch -> 1.14

WindowMaker-shared.patch

index 7c3f44d403771e16b7e1400abc922956a129caed..f5e2b6f3ed45c2e7b961383dfa530a8ecae52835 100644 (file)
@@ -40,7 +40,7 @@
  
 --- WindowMaker-0.80.0/WINGs/Extras/Makefile.am.orig   Thu Oct 11 11:59:54 2001
 +++ WindowMaker-0.80.0/WINGs/Extras/Makefile.am        Thu Jan  3 06:12:10 2002
-@@ -2,32 +2,25 @@
+@@ -2,32 +2,26 @@
  
  AUTOMAKE_OPTIONS = no-dependencies
  
@@ -54,6 +54,7 @@
 -
 -lib_LIBRARIES = libExtraWINGs.a 
 +lib_LTLIBRARIES = libExtraWINGs.la
++libExtraWINGs_la_LIBADD = $(top_builddir)/WINGs/libWINGs.la
  
  noinst_PROGRAMS = test
  
@@ -80,7 +81,7 @@
 -
 --- WindowMaker-0.70.0.orig/WINGs/Makefile.am  Thu Oct  4 05:39:17 2001
 +++ WindowMaker-0.70.0/WINGs/Makefile.am       Thu Oct 18 16:54:22 2001
-@@ -4,24 +4,20 @@
+@@ -4,24 +4,21 @@
  
  SUBDIRS = WINGs . po Documentation Resources Examples Extras Tests
  
  bin_SCRIPTS = get-wings-flags get-wutil-flags
  
 -lib_LIBRARIES = libWINGs.a libWUtil.a
-+LDADD= libWINGs.a $(top_builddir)/wrlib/libwraster.la @INTLIBS@
++LDADD= libWINGs.la $(top_builddir)/wrlib/libwraster.la @INTLIBS@
  
 +lib_LTLIBRARIES = libWINGs.la libWUtil.la
++libWINGs_la_LIBADD = $(top_builddir)/wrlib/libwraster.la $(XFTLIBS)
  
 -LDADD= libWINGs.a $(top_builddir)/wrlib/libwraster.la @INTLIBS@
  
@@ -250,12 +252,13 @@ diff -Nur WindowMaker-0.70.0.orig/test/Makefile.am WindowMaker-0.70.0/test/Makef
  
 --- WindowMaker-0.70.0.orig/wmlib/Makefile.am  Mon Apr 10 02:59:35 2000
 +++ WindowMaker-0.70.0/wmlib/Makefile.am       Thu Oct 18 16:54:22 2001
-@@ -1,13 +1,13 @@
+@@ -1,13 +1,14 @@
  
  AUTOMAKE_OPTIONS = no-dependencies
  
 -lib_LIBRARIES = libWMaker.a
 +lib_LTLIBRARIES = libWMaker.la
++libWMaker_la_LIBADD = $(X_LIBS) -lX11
  
  include_HEADERS = WMaker.h
  
This page took 0.042636 seconds and 4 git commands to generate.