1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/x11-toolkits/xbae/files/patch-aa
1999-04-27 19:47:50 +00:00

29 lines
1.0 KiB
Plaintext

--- 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
-