diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
commit | 0d98f1227110082e9e507ca236458f6c363e25b6 (patch) | |
tree | 297f74782436a0f973b6b89d60c10f399af9a135 /audio/gsm/files/patch-ab | |
parent | Remove comment about not being able to undefine a variable, as we *can* (diff) |
This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'.release/2.0.5a
Diffstat (limited to 'audio/gsm/files/patch-ab')
-rw-r--r-- | audio/gsm/files/patch-ab | 36 |
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 - - |