mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
ad0bf41cc2
This port switched to use the new sound server for Window Maker - wsoundserver, which will be committed shortly. Old audio/wmsound module is now scheduled for deletion, since it doesn't work with newest version of Window Maker and not maintained anymore.
28 lines
804 B
Plaintext
28 lines
804 B
Plaintext
--- src/Imakefile.orig Mon Oct 18 11:35:58 1999
|
|
+++ src/Imakefile Mon May 22 20:01:17 2000
|
|
@@ -5,9 +5,9 @@
|
|
|
|
ICONS = WSoundPrefs.xpm WSoundPrefs.tiff
|
|
|
|
-CC = gcc
|
|
+XCOMM CC = gcc
|
|
|
|
-BINDIR = /Apps/WSoundPrefs.app
|
|
+BINDIR = /GNUstep/Apps/WSoundPrefs.app
|
|
|
|
XCOMM EFENCELIB = -lefence
|
|
EFENCELIB =
|
|
@@ -18,9 +18,9 @@
|
|
WRASTERCFLAGS = `get-wraster-flags --cflags`
|
|
WRASTERLFLAGS = `get-wraster-flags --lflags`
|
|
WRASTERLIBS = `get-wraster-flags --libs`
|
|
-WINGSLIBS = -lWINGs -lPropList
|
|
-
|
|
-STD_INCLUDES = $(WRASTERCFLAGS) $(WSOUNDCFLAGS)
|
|
+WINGSLIBS = -lWINGs -L/$(LOCALBASE)/lib -lPropList
|
|
+
|
|
+STD_INCLUDES = $(WRASTERCFLAGS) -I${LOCALBASE}/include -I${X11BASE}/include
|
|
DEPLIBS = $(DEPXLIB)
|
|
|
|
LOCAL_LIBRARIES = $(XLIB) $(WINGSLIBS) $(WSOUNDLFLAGS) $(WSOUNDLIBS) $(WRASTERLFLAGS) $(WRASTERLIBS) $(EFENCELIB)
|