summaryrefslogtreecommitdiff
path: root/audio/gsm/files/patch-ab
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
commit444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch)
tree297f74782436a0f973b6b89d60c10f399af9a135 /audio/gsm/files/patch-ab
parentRemove comment about not being able to undefine a variable, as we *can* (diff)
This commit was manufactured by cvs2svn to create tagrelease/2.0.5
'RELENG_2_0_5_RELEASE'.
Notes
Notes: svn path=/head/; revision=1803 svn path=/tags/RELENG_2_0_5_RELEASE/; revision=1807; tag=release/2.0.5
Diffstat (limited to 'audio/gsm/files/patch-ab')
-rw-r--r--audio/gsm/files/patch-ab36
1 files changed, 0 insertions, 36 deletions
diff --git a/audio/gsm/files/patch-ab b/audio/gsm/files/patch-ab
deleted file mode 100644
index cc8ae99f74f8..000000000000
--- a/audio/gsm/files/patch-ab
+++ /dev/null
@@ -1,36 +0,0 @@
-*** Makefile Tue May 10 14:39:31 1994
---- Makefile Fri Jan 6 01:42:47 1995
-***************
-*** 60,66 ****
- # Leave INSTALL_ROOT empty (or just don't execute "make install") to
- # not install gsm and toast outside of this directory.
-
-! INSTALL_ROOT =
-
- # Where do you want to install the gsm library, header file, and manpages?
- #
---- 60,66 ----
- # Leave INSTALL_ROOT empty (or just don't execute "make install") to
- # not install gsm and toast outside of this directory.
-
-! INSTALL_ROOT = ${PREFIX}
-
- # Where do you want to install the gsm library, header file, and manpages?
- #
-***************
-*** 69,75 ****
-
- GSM_INSTALL_ROOT = $(INSTALL_ROOT)
- GSM_INSTALL_LIB = $(GSM_INSTALL_ROOT)/lib
-! GSM_INSTALL_INC = $(GSM_INSTALL_ROOT)/inc
- GSM_INSTALL_MAN = $(GSM_INSTALL_ROOT)/man/man3
-
-
---- 69,75 ----
-
- GSM_INSTALL_ROOT = $(INSTALL_ROOT)
- GSM_INSTALL_LIB = $(GSM_INSTALL_ROOT)/lib
-! GSM_INSTALL_INC = $(GSM_INSTALL_ROOT)/include
- GSM_INSTALL_MAN = $(GSM_INSTALL_ROOT)/man/man3
-
-