1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11-toolkits/xbae/files/patch-aa

29 lines
1.0 KiB
Plaintext

--- Xbae.tmpl.orig Thu Jul 10 03:15:47 1997
+++ 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
-#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 ${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 ${MOTIFLIB} $(X11R6_LIBS) $(EDITRES_LIBS) -lXt -lX11 $(SVR4_LIBS)
#endif
DEPLIBS =
INCLUDES = -I../../src
@@ -172,4 +172,3 @@
osaber:
XCOMM load $(ALLDEFINES) $(OBJS)
#endif
-