diff options
author | steve <steve@FreeBSD.org> | 1999-05-31 04:49:43 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-31 04:49:43 +0000 |
commit | 5f924a267783622c63a681e720e972084af3e01d (patch) | |
tree | c7e465860a7c1e5c245ef004d34bb0d1c04dd046 /x11-toolkits | |
parent | b4eba04c7ac6777f83a28e3a1fe50146800a17f3 (diff) | |
download | FreeBSD-ports-5f924a267783622c63a681e720e972084af3e01d.zip FreeBSD-ports-5f924a267783622c63a681e720e972084af3e01d.tar.gz |
Revert last commit and use ${MOTIFLIB} instead as the handbook suggests.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/xbae/files/patch-aa | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/x11-toolkits/xbae/files/patch-aa b/x11-toolkits/xbae/files/patch-aa index 0c4d63d..9476f69 100644 --- a/x11-toolkits/xbae/files/patch-aa +++ b/x11-toolkits/xbae/files/patch-aa @@ -1,14 +1,6 @@ --- 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 @@ ++++ Xbae.tmpl Sun May 30 09:43:38 1999 +@@ -11,7 +11,7 @@ XCOMM yes as the demos may have trouble finding the shared library. #define DoNormalLib YES @@ -17,19 +9,19 @@ #define DoDebugLib NO XCOMM Some of the examples use Wcl. If you haven't got Wcl, it doesn't -@@ -93,9 +94,9 @@ +@@ -93,9 +93,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 XmClientLibs -lXpm $(X11R6_LIBS) $(EDITRES_LIBS) -lXt -lX11 $(SVR4_LIBS) ++ LOCAL_LIBRARIES = -lXbae ${MOTIFLIB} -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 XmClientLibs $(X11R6_LIBS) $(EDITRES_LIBS) -lXt -lX11 $(SVR4_LIBS) ++ LOCAL_LIBRARIES = -lXbae ${MOTIFLIB} $(X11R6_LIBS) $(EDITRES_LIBS) -lXt -lX11 $(SVR4_LIBS) #endif DEPLIBS = INCLUDES = -I../../src -@@ -172,4 +173,3 @@ +@@ -172,4 +172,3 @@ osaber: XCOMM load $(ALLDEFINES) $(OBJS) #endif |