diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-11 09:48:19 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-11 09:48:19 +0000 |
commit | 7a759635db222d8f6ddc7e4aef590b8e96d5f559 (patch) | |
tree | 91cdd63226b2ec36668748e9a2107e152ddce1fb /audio/x11amp/files/patch-libx11amp::Makefile.in | |
parent | Update to version 0.7. (diff) |
Update to 0.9.b1.1 (maintainer timeout).
Submitted by: Harald Schmalzbauer <H.Schmalzbauer@belenus.com>
Diffstat (limited to 'audio/x11amp/files/patch-libx11amp::Makefile.in')
-rw-r--r-- | audio/x11amp/files/patch-libx11amp::Makefile.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/audio/x11amp/files/patch-libx11amp::Makefile.in b/audio/x11amp/files/patch-libx11amp::Makefile.in new file mode 100644 index 000000000000..0179fe77a8f5 --- /dev/null +++ b/audio/x11amp/files/patch-libx11amp::Makefile.in @@ -0,0 +1,23 @@ + +$FreeBSD$ + +--- libx11amp/Makefile.in.orig Mon Apr 12 04:21:04 1999 ++++ libx11amp/Makefile.in Mon Nov 26 19:58:56 2001 +@@ -45,7 +45,7 @@ + AUTOMAKE = @AUTOMAKE@ + AUTOHEADER = @AUTOHEADER@ + +-INSTALL = @INSTALL@ ++INSTALL = /usr/bin/install -c -o root -g wheel + INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_SCRIPT = @INSTALL_SCRIPT@ +@@ -77,7 +77,7 @@ + lib_LTLIBRARIES = libx11amp.la + + libx11amp_la_LDFLAGS = -export-dynamic -version-info 9:0:9 @GLIB_LIBS@ +-CFLAGS = -O2 @GLIB_CFLAGS@ ++CFLAGS += @GLIB_CFLAGS@ + + libx11amp_la_SOURCES = configfile.c configfile.h x11ampctrl.c x11ampctrl.h + |