diff options
author | steve <steve@FreeBSD.org> | 1999-05-30 03:04:04 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-30 03:04:04 +0000 |
commit | 6e02d02d5fc6d7f85e2a84d8e4a9c851e1fa8471 (patch) | |
tree | 3f936d396b71f5cb31ea473b6b6d54885268e451 /x11-toolkits | |
parent | 8b365ffce13699a08e3b5316fe2944ad3df561b5 (diff) | |
download | FreeBSD-ports-6e02d02d5fc6d7f85e2a84d8e4a9c851e1fa8471.zip FreeBSD-ports-6e02d02d5fc6d7f85e2a84d8e4a9c851e1fa8471.tar.gz |
Correct a few problems when using Motif version 2.x with a minor tweak
from what the maintainer submitted to include Motif.tmpl from withing
Xbae.tmpl.
PR: 11888
Submitted by: maintainer
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/xbae/files/patch-aa | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/x11-toolkits/xbae/files/patch-aa b/x11-toolkits/xbae/files/patch-aa index 8667656..0c4d63d 100644 --- a/x11-toolkits/xbae/files/patch-aa +++ b/x11-toolkits/xbae/files/patch-aa @@ -1,6 +1,14 @@ ---- Xbae.tmpl.orig Thu Jul 10 01:15:47 1997 -+++ Xbae.tmpl Tue Apr 27 12:47:02 1999 -@@ -11,7 +11,7 @@ +--- Xbae.tmpl.orig Thu Jul 10 03:15:47 1997 ++++ Xbae.tmpl Sat May 29 16:49:32 1999 +@@ -4,6 +4,7 @@ + XCOMM $Date: 1997/07/10 08:15:47 $ + XCOMM $Id: Xbae.tmpl,v 1.17 1997/07/10 08:15:47 lister Exp $ + ++#include <Motif.tmpl> + #include "Xbae.rules" + + XCOMM Specify which libraries need to be built. NOTE: If you want to try out +@@ -11,7 +12,7 @@ XCOMM yes as the demos may have trouble finding the shared library. #define DoNormalLib YES @@ -9,19 +17,19 @@ #define DoDebugLib NO XCOMM Some of the examples use Wcl. If you haven't got Wcl, it doesn't -@@ -93,9 +93,9 @@ +@@ -93,9 +94,9 @@ LOCAL_LDFLAGS = -L../../src $(EXTRA_LDOPTIONS) #if HaveXpm - LOCAL_LIBRARIES = -lXbae -lXm -lXpm $(X11R6_LIBS) $(EDITRES_LIBS) -lXt -lX11 $(SVR4_LIBS) -+ LOCAL_LIBRARIES = -lXbae -lXm -lXpm $(X11R6_LIBS) $(EDITRES_LIBS) -lXt -lX11 $(SVR4_LIBS) ${MOTIFLIB} ++ LOCAL_LIBRARIES = -lXbae XmClientLibs -lXpm $(X11R6_LIBS) $(EDITRES_LIBS) -lXt -lX11 $(SVR4_LIBS) #else - LOCAL_LIBRARIES = -lXbae -lXm $(X11R6_LIBS) $(EDITRES_LIBS) -lXt -lX11 $(SVR4_LIBS) -+ LOCAL_LIBRARIES = -lXbae -lXm $(X11R6_LIBS) $(EDITRES_LIBS) -lXt -lX11 $(SVR4_LIBS) ${MOTIFLIB} ++ LOCAL_LIBRARIES = -lXbae XmClientLibs $(X11R6_LIBS) $(EDITRES_LIBS) -lXt -lX11 $(SVR4_LIBS) #endif DEPLIBS = INCLUDES = -I../../src -@@ -172,4 +172,3 @@ +@@ -172,4 +173,3 @@ osaber: XCOMM load $(ALLDEFINES) $(OBJS) #endif |