diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-27 19:47:50 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-27 19:47:50 +0000 |
commit | 6d492724165d29280d469a0fabcadd00722c4bb1 (patch) | |
tree | dc3e2f980f3eba8d9d6890e1aaabece6f99fad14 /x11-toolkits/xbae | |
parent | 29ea84915bb9b9f594d93103cc5b34c8427e9fac (diff) | |
download | ports-6d492724165d29280d469a0fabcadd00722c4bb1.tar.gz ports-6d492724165d29280d469a0fabcadd00722c4bb1.zip |
Notes
Diffstat (limited to 'x11-toolkits/xbae')
-rw-r--r-- | x11-toolkits/xbae/files/patch-aa | 54 |
1 files changed, 28 insertions, 26 deletions
diff --git a/x11-toolkits/xbae/files/patch-aa b/x11-toolkits/xbae/files/patch-aa index 9cc7615df62b..8667656ac32f 100644 --- a/x11-toolkits/xbae/files/patch-aa +++ b/x11-toolkits/xbae/files/patch-aa @@ -1,26 +1,28 @@ -*** ../Xbae-4.6.2-port/work/Xbae-4.6.2/Xbae.tmpl Thu Jul 10 10:15:47 1997 ---- ./Xbae.tmpl Wed Oct 29 15:42:55 1997 -*************** -*** 11,17 **** - XCOMM yes as the demos may have trouble finding the shared library. - - #define DoNormalLib YES -! #define DoSharedLib NO /* Don't define if you want the demos! */ - #define DoDebugLib NO - - XCOMM Some of the examples use Wcl. If you haven't got Wcl, it doesn't ---- 11,17 ---- - XCOMM yes as the demos may have trouble finding the shared library. - - #define DoNormalLib YES -! #define DoSharedLib YES /* Don't define if you want the demos! */ - #define DoDebugLib NO - - XCOMM Some of the examples use Wcl. If you haven't got Wcl, it doesn't -*************** -*** 172,175 **** - osaber: - XCOMM load $(ALLDEFINES) $(OBJS) - #endif -- ---- 172,174 ---- +--- Xbae.tmpl.orig Thu Jul 10 01:15:47 1997 ++++ Xbae.tmpl Tue Apr 27 12:47:02 1999 +@@ -11,7 +11,7 @@ + XCOMM yes as the demos may have trouble finding the shared library. + + #define DoNormalLib YES +-#define DoSharedLib NO /* Don't define if you want the demos! */ ++#define DoSharedLib YES /* Don't define if you want the demos! */ + #define DoDebugLib NO + + XCOMM Some of the examples use Wcl. If you haven't got Wcl, it doesn't +@@ -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 -lXm -lXpm $(X11R6_LIBS) $(EDITRES_LIBS) -lXt -lX11 $(SVR4_LIBS) ${MOTIFLIB} + #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} + #endif + DEPLIBS = + INCLUDES = -I../../src +@@ -172,4 +172,3 @@ + osaber: + XCOMM load $(ALLDEFINES) $(OBJS) + #endif +- |