mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
dffceeb44d
PR: 10827 Submitted by: maintainer
41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
*** src/Imakefile.orig Tue Mar 2 07:06:36 1999
|
|
--- src/Imakefile Sat Mar 27 22:51:32 1999
|
|
***************
|
|
*** 5,11 ****
|
|
|
|
ICONS = WSoundPrefs.xpm WSoundPrefs.tiff
|
|
|
|
! CC = gcc
|
|
|
|
BINDIR = /GNUstep/Apps/WSoundPrefs.app
|
|
|
|
--- 5,11 ----
|
|
|
|
ICONS = WSoundPrefs.xpm WSoundPrefs.tiff
|
|
|
|
! XCOMM CC = gcc
|
|
|
|
BINDIR = /GNUstep/Apps/WSoundPrefs.app
|
|
|
|
***************
|
|
*** 17,25 ****
|
|
WRASTERCFLAGS = `get-wraster-flags --cflags`
|
|
WRASTERLFLAGS = `get-wraster-flags --lflags`
|
|
WRASTERLIBS = `get-wraster-flags --libs`
|
|
! WINGSLIBS = -lWINGs -lPropList
|
|
|
|
! STD_INCLUDES = $(WRASTERCFLAGS)
|
|
DEPLIBS = $(DEPXLIB)
|
|
|
|
LOCAL_LIBRARIES = $(XLIB) $(WINGSLIBS) $(WMSOUNDLIB) $(WRASTERLFLAGS) $(WRASTERLIBS) $(EFENCELIB)
|
|
--- 17,25 ----
|
|
WRASTERCFLAGS = `get-wraster-flags --cflags`
|
|
WRASTERLFLAGS = `get-wraster-flags --lflags`
|
|
WRASTERLIBS = `get-wraster-flags --libs`
|
|
! WINGSLIBS = -lWINGs -L/$(LOCALBASE)/lib -lPropList
|
|
|
|
! STD_INCLUDES = $(WRASTERCFLAGS) -I/usr/local/include -I/usr/X11R6/include
|
|
DEPLIBS = $(DEPXLIB)
|
|
|
|
LOCAL_LIBRARIES = $(XLIB) $(WINGSLIBS) $(WMSOUNDLIB) $(WRASTERLFLAGS) $(WRASTERLIBS) $(EFENCELIB)
|