1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Update to version 0.9.3.

PR:		10827
Submitted by:	maintainer
This commit is contained in:
Steve Price 1999-04-02 03:36:36 +00:00
parent 145bda6b61
commit dffceeb44d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17534
4 changed files with 45 additions and 16 deletions

View File

@ -3,10 +3,10 @@
# Date created: 12 December 1998
# Whom: gljohns@bellsouth.net
#
# $Id: Makefile,v 1.1.1.1 1999/01/26 03:10:52 steve Exp $
# $Id: Makefile,v 1.2 1999/01/28 10:14:03 asami Exp $
#
DISTNAME= WSoundPrefs-0.9.1
DISTNAME= WSoundPrefs-0.9.3
CATEGORIES= audio windowmaker
MASTER_SITES= ftp://shadowmere.student.utwente.nl/pub/WindowMaker/

View File

@ -1 +1 @@
MD5 (WSoundPrefs-0.9.1.tar.gz) = 309748ace94b9175663fa46daebbbbbf
MD5 (WSoundPrefs-0.9.3.tar.gz) = d52267ebc0dcf0ce2cb714aa436b199b

View File

@ -4,8 +4,8 @@
#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
-PREFIX = /usr/local
+XCOMM PREFIX = /usr/local
-PREFIX = /usr/X11R6
+XCOMM PREFIX = /usr/X11R6
XCOMM CDEBUGFLAGS = -Wall -ggdb -DDEBUG
-CDEBUGFLAGS = -O6 -m486

View File

@ -1,11 +1,40 @@
--- src/Imakefile.orig Wed Dec 23 23:18:50 1998
+++ src/Imakefile Wed Dec 23 23:19:30 1998
@@ -5,7 +5,7 @@
ICONS = WSoundPrefs.xpm WSoundPrefs.tiff
-CC = gcc
+XCOMM CC = gcc
BINDIR = /GNUstep/Apps/WSoundPrefs.app
*** src/Imakefile.orig Tue Mar 2 07:06:36 1999
--- src/Imakefile Sat Mar 27 22:51:32 1999
***************
*** 5,11 ****
ICONS = WSoundPrefs.xpm WSoundPrefs.tiff
! CC = gcc
BINDIR = /GNUstep/Apps/WSoundPrefs.app
--- 5,11 ----
ICONS = WSoundPrefs.xpm WSoundPrefs.tiff
! XCOMM CC = gcc
BINDIR = /GNUstep/Apps/WSoundPrefs.app
***************
*** 17,25 ****
WRASTERCFLAGS = `get-wraster-flags --cflags`
WRASTERLFLAGS = `get-wraster-flags --lflags`
WRASTERLIBS = `get-wraster-flags --libs`
! WINGSLIBS = -lWINGs -lPropList
! STD_INCLUDES = $(WRASTERCFLAGS)
DEPLIBS = $(DEPXLIB)
LOCAL_LIBRARIES = $(XLIB) $(WINGSLIBS) $(WMSOUNDLIB) $(WRASTERLFLAGS) $(WRASTERLIBS) $(EFENCELIB)
--- 17,25 ----
WRASTERCFLAGS = `get-wraster-flags --cflags`
WRASTERLFLAGS = `get-wraster-flags --lflags`
WRASTERLIBS = `get-wraster-flags --libs`
! WINGSLIBS = -lWINGs -L/$(LOCALBASE)/lib -lPropList
! STD_INCLUDES = $(WRASTERCFLAGS) -I/usr/local/include -I/usr/X11R6/include
DEPLIBS = $(DEPXLIB)
LOCAL_LIBRARIES = $(XLIB) $(WINGSLIBS) $(WMSOUNDLIB) $(WRASTERLFLAGS) $(WRASTERLIBS) $(EFENCELIB)