mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
0a1d834244
PR: ports/13624 Submitted by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
37 lines
947 B
Plaintext
37 lines
947 B
Plaintext
*** Xbae.tmpl.orig Tue Jul 27 11:21:55 1999
|
|
--- Xbae.tmpl Wed Sep 8 18:00:52 1999
|
|
***************
|
|
*** 12,18 ****
|
|
|
|
#define DoNormalLib YES
|
|
#define DoSharedLib YES
|
|
! #define DoDebugLib YES
|
|
|
|
#include <Library.tmpl>
|
|
|
|
--- 12,18 ----
|
|
|
|
#define DoNormalLib YES
|
|
#define DoSharedLib YES
|
|
! #define DoDebugLib NO
|
|
|
|
#include <Library.tmpl>
|
|
|
|
***************
|
|
*** 138,144 ****
|
|
LOCAL_LDFLAGS = -L../../src $(EXTRA_LDOPTIONS)
|
|
|
|
#if HaveXpm
|
|
! LOCAL_LIBRARIES = -lXbae -lXm -lXpm $(X11R6_LIBS) $(EDITRES_LIBS) -lXt -lX11 $(SVR4_LIBS)
|
|
#else
|
|
LOCAL_LIBRARIES = -lXbae -lXm $(X11R6_LIBS) $(EDITRES_LIBS) -lXt -lX11 $(SVR4_LIBS)
|
|
#endif
|
|
--- 138,144 ----
|
|
LOCAL_LDFLAGS = -L../../src $(EXTRA_LDOPTIONS)
|
|
|
|
#if HaveXpm
|
|
! 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)
|
|
#endif
|