24 lines
716 B
Plaintext
24 lines
716 B
Plaintext
$OpenBSD: patch-src_Imakefile,v 1.2 2001/09/07 11:32:54 wilfried Exp $
|
|
--- src/Imakefile.orig Mon Oct 18 10:35:58 1999
|
|
+++ src/Imakefile Fri Sep 7 12:50:17 2001
|
|
@@ -5,9 +5,7 @@ SUBDIRS = xpm tiff
|
|
|
|
ICONS = WSoundPrefs.xpm WSoundPrefs.tiff
|
|
|
|
-CC = gcc
|
|
-
|
|
-BINDIR = /Apps/WSoundPrefs.app
|
|
+BINDIR = /usr/local/GNUstep/Apps/WSoundPrefs.app
|
|
|
|
XCOMM EFENCELIB = -lefence
|
|
EFENCELIB =
|
|
@@ -18,7 +16,7 @@ WSOUNDLIBS = `get-wsound-flags --libs`
|
|
WRASTERCFLAGS = `get-wraster-flags --cflags`
|
|
WRASTERLFLAGS = `get-wraster-flags --lflags`
|
|
WRASTERLIBS = `get-wraster-flags --libs`
|
|
-WINGSLIBS = -lWINGs -lPropList
|
|
+WINGSLIBS = -lWINGs -lPropList -lintl
|
|
|
|
STD_INCLUDES = $(WRASTERCFLAGS) $(WSOUNDCFLAGS)
|
|
DEPLIBS = $(DEPXLIB)
|