1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/wsoundprefs/files/patch-ab
Maxim Sobolev ad0bf41cc2 Update WSoundPrefs to the new 1.1.1 version.
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.
2000-05-22 18:58:16 +00:00

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)