mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
b8d2422d32
A utility for configuring sounds to play for WindowMaker events. PR: 9184, 9566 Submitted by: Glenn Johnson <gljohns@bellsouth.net>, Pascal Hofstee <daeron@Wit401305.student.utwente.nl>
16 lines
347 B
Plaintext
16 lines
347 B
Plaintext
--- Imakefile.orig Wed Dec 23 23:17:56 1998
|
|
+++ Imakefile Wed Dec 23 23:18:22 1998
|
|
@@ -1,10 +1,10 @@
|
|
#define IHaveSubdirs
|
|
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
|
|
|
|
-PREFIX = /usr/local
|
|
+XCOMM PREFIX = /usr/local
|
|
|
|
XCOMM CDEBUGFLAGS = -Wall -ggdb -DDEBUG
|
|
-CDEBUGFLAGS = -O6 -m486
|
|
+XCOMM CDEBUGFLAGS = -O6 -m486
|
|
|
|
SUBDIRS = src
|
|
|