mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
37 lines
627 B
Plaintext
37 lines
627 B
Plaintext
*** Xbae.tmpl.orig Thu Dec 28 20:02:38 2000
|
|
--- Xbae.tmpl Thu Dec 28 20:05:49 2000
|
|
***************
|
|
*** 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>
|
|
|
|
***************
|
|
*** 166,172 ****
|
|
#endif
|
|
|
|
#ifndef XmClientLibs
|
|
! # define XmClientLibs -lXm $(XTOOLLIB) $(XLIB)
|
|
#endif
|
|
|
|
#ifndef HasSaberC
|
|
--- 166,172 ----
|
|
#endif
|
|
|
|
#ifndef XmClientLibs
|
|
! # define XmClientLibs ${MOTIFLIB} $(XTOOLLIB) $(XLIB)
|
|
#endif
|
|
|
|
#ifndef HasSaberC
|