diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 12:48:13 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 12:48:13 +0000 |
commit | d16870ec4892a0f8c642798171803e5ba788f26e (patch) | |
tree | 3b3a28eecb1afa04565dd49f21bc0320d03830e0 /audio/dap/files/patch-af | |
parent | Bump PORTREVISION after open-mofit update (diff) |
One more bunch of unmaintained expired ports removal
2011-05-01 audio/dap: Upstream disapear and distfile is no more available
2011-05-01 audio/gdrdao: Upstream disapear and no more distfiles available
2011-05-01 databases/gmysql: Upstream disapear and distfile is no more available
2011-05-01 deskutils/kuake: Upstream disapear and distfile is no more available
2011-05-01 finance/xinvest: Outdated, abandoned
2011-05-01 finance/xquote: Outdated, abandoned
2011-05-01 french/plgrenouille: Upstream disapear and distfile is no more available
Notes
Notes:
svn path=/head/; revision=273476
Diffstat (limited to 'audio/dap/files/patch-af')
-rw-r--r-- | audio/dap/files/patch-af | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/audio/dap/files/patch-af b/audio/dap/files/patch-af deleted file mode 100644 index c846c1cb3c6a..000000000000 --- a/audio/dap/files/patch-af +++ /dev/null @@ -1,22 +0,0 @@ ---- sound/Makefile.linux.orig Fri Jul 5 06:08:17 2002 -+++ sound/Makefile.linux Sun Jan 5 22:27:56 2003 -@@ -1,5 +1,5 @@ --CC = gcc --CXX = g++ -+CC ?= gcc -+CXX ?= g++ - SPKIT = ../spkit - AUDIO = ../libaudio - AUDIOF = ../libaudiofile -@@ -8,9 +8,9 @@ - HOMEDIR = $(HOME) - INCDIR = -I. -I.. -I$(SPKIT) -I$(MAINDIR) -I$(OTHER_INCLUDE_DIR) - LIBDIR = -L$(SPKIT)/spkit -L$(AUDIO) -L$(AUDIOF) -L$(OTHER_LIBRARY_DIR) --CCFLAGS = $(DEBUG) $(OPTIM) -DNOFORMS -DLINUX -DBIGENDIAN -DUSINGGCC -Wall -Wno-unused -+CCFLAGS = $(OPTIM) -DNOFORMS -DLINUX -DBIGENDIAN -DUSINGGCC -Wall -Wno-unused - DEBUG = -g3 --OPTIM = -O1 -+OPTIM = ${CXXFLAGS} - LDFLAGS = $(LIBDIR) -laudio -laudiofile -lm - - PROGS = SampleTest |