diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-12 09:29:49 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-12 09:29:49 +0000 |
commit | d4104bb3f329a859fe92907290236147338659c7 (patch) | |
tree | 1cb6f1b74229cf9823b22569bbcc852056b33460 /audio/wsoundprefs | |
parent | Add p5-GtkHTML, it's perl binding to gtkhtml library. (diff) |
Fix breakage introduced with recent WindowMaker update.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=39635
Diffstat (limited to 'audio/wsoundprefs')
-rw-r--r-- | audio/wsoundprefs/files/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/wsoundprefs/files/patch-ab b/audio/wsoundprefs/files/patch-ab index 69f3ba88a9de..24bdbbf3d0bf 100644 --- a/audio/wsoundprefs/files/patch-ab +++ b/audio/wsoundprefs/files/patch-ab @@ -21,7 +21,7 @@ -STD_INCLUDES = $(WRASTERCFLAGS) $(WSOUNDCFLAGS) +WINGSLIBS = -lWINGs -L/$(LOCALBASE)/lib -lPropList + -+STD_INCLUDES = $(WRASTERCFLAGS) -I${LOCALBASE}/include -I${X11BASE}/include ++STD_INCLUDES = $(WRASTERCFLAGS) -I${LOCALBASE}/include -I${X11BASE}/include -I${X11BASE}/include/WINGs DEPLIBS = $(DEPXLIB) LOCAL_LIBRARIES = $(XLIB) $(WINGSLIBS) $(WSOUNDLFLAGS) $(WSOUNDLIBS) $(WRASTERLFLAGS) $(WRASTERLIBS) $(EFENCELIB) |