SOURCES: tcm-shared.patch (NEW) - use shared openmotif libs

baggins baggins at pld-linux.org
Tue Nov 22 23:55:33 CET 2005


Author: baggins                      Date: Tue Nov 22 22:55:33 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use shared openmotif libs

---- Files affected:
SOURCES:
   tcm-shared.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/tcm-shared.patch
diff -u /dev/null SOURCES/tcm-shared.patch:1.1
--- /dev/null	Tue Nov 22 23:55:33 2005
+++ SOURCES/tcm-shared.patch	Tue Nov 22 23:55:28 2005
@@ -0,0 +1,19 @@
+--- src/Config.tmpl_linux	Tue May 28 10:31:46 2002
++++ src/Config.tmpl_linux.dynamic	Fri Jan 17 16:04:12 2003
+@@ -50,12 +50,12 @@
+ # LDLIBS = $(MOTIF_LIB)/libXm.a $(XWIN_LIB)/libXp.a
+ 
+ # OpenMotif 2.1 (dynamic linked)
+-# MOTIF_HOME = $(XWIN_HOME)
+-# LDLIBS = -lXm -lXp
++MOTIF_HOME = $(XWIN_HOME)
++LDLIBS = -lXm -lXp
+ 
+ # OpenMotif 2.1 (static linked)
+-MOTIF_HOME  = $(XWIN_HOME)
+-LDLIBS = $(MOTIF_LIB)/libXm.a -lXp
++# MOTIF_HOME  = $(XWIN_HOME)
++# LDLIBS = $(MOTIF_LIB)/libXm.a -lXp
+ 
+ 
+ # The other libraries (don't change these)
================================================================



More information about the pld-cvs-commit mailing list