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.
17 lines
438 B
Plaintext
17 lines
438 B
Plaintext
--- Imakefile.orig Fri Mar 31 17:16:47 2000
|
|
+++ Imakefile Mon May 22 19:46:29 2000
|
|
@@ -6,11 +6,11 @@
|
|
XCOMM Installation Path: $(PREFIX)/Apps/WSoundPrefs.app
|
|
XCOMM -------------------------------------------------
|
|
XCOMM PREFIX = /usr/GNUstep/Local
|
|
-PREFIX = /usr/local/GNUstep
|
|
+XCOMM PREFIX = /usr/local/GNUstep
|
|
|
|
|
|
XCOMM CDEBUGFLAGS = -Wall -ggdb -DDEBUG
|
|
-CDEBUGFLAGS ?= -O2 -m486
|
|
+XCOMM CDEBUGFLAGS ?= -O2 -m486
|
|
|
|
SUBDIRS = src
|
|
|