mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
d4104bb3f3
Submitted by: bento
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
--- src/Imakefile.orig Mon Oct 18 17:35:58 1999
|
|
+++ src/Imakefile Sun Dec 10 17:09:01 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 -I${X11BASE}/include/WINGs
|
|
DEPLIBS = $(DEPXLIB)
|
|
|
|
LOCAL_LIBRARIES = $(XLIB) $(WINGSLIBS) $(WSOUNDLFLAGS) $(WSOUNDLIBS) $(WRASTERLFLAGS) $(WRASTERLIBS) $(EFENCELIB)
|
|
@@ -30,7 +30,7 @@
|
|
SRCS = PLFunctions.c SoundEvents.c SoundPaths.c SystemInfo.c WSoundPrefs.c main.c
|
|
OBJS = PLFunctions.o SoundEvents.o SoundPaths.o SystemInfo.o WSoundPrefs.o main.o
|
|
|
|
-ComplexProgramTarget(WSoundPrefs)
|
|
+ComplexProgramTargetNoMan(WSoundPrefs)
|
|
|
|
InstallMultiple($(ICONS),$(BINDIR))
|
|
|