aboutsummaryrefslogtreecommitdiff
path: root/audio/snack/files
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-02-18 16:28:08 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-02-18 16:28:08 +0000
commit52fc7122ecc6b26d9d48cf39c79bad3a6c8417f4 (patch)
tree65535501eda4a5880d5bd7a632c2a7ba94dbc671 /audio/snack/files
parent0c5937596338f5ccabf40451a936537468437389 (diff)
Notes
Diffstat (limited to 'audio/snack/files')
-rw-r--r--audio/snack/files/patch-Makefile.in24
-rw-r--r--audio/snack/files/patch-configure11
2 files changed, 11 insertions, 24 deletions
diff --git a/audio/snack/files/patch-Makefile.in b/audio/snack/files/patch-Makefile.in
deleted file mode 100644
index c9fd2b812005..000000000000
--- a/audio/snack/files/patch-Makefile.in
+++ /dev/null
@@ -1,24 +0,0 @@
---- Makefile.in.orig Sat Nov 24 13:05:13 2001
-+++ Makefile.in Sat Nov 24 13:07:42 2001
-@@ -1,10 +1,10 @@
- # The path to the tcl.h header file
-
--TCL_INCPATH = @TCL_SRC_DIR@/generic
-+TCL_INCPATH = %%LOCALBASE%%/include/tcl8.4/generic
-
- # The path to the tk.h header file
-
--TK_INCPATH = @TK_SRC_DIR@/generic
-+TK_INCPATH = %%LOCALBASE%%/include/tk8.4/generic
-
- # The path to the X11 include files
-
-@@ -12,7 +12,7 @@
-
- # Install SNACK package here
-
--SNACK_INSTALL_PATH = @SNACK_INSTALL_PATH@
-+SNACK_INSTALL_PATH = %%PREFIX%%/lib
- SNACK_HINSTALL_PATH = @SNACK_HINSTALL_PATH@
-
- #
diff --git a/audio/snack/files/patch-configure b/audio/snack/files/patch-configure
new file mode 100644
index 000000000000..d29a71853b65
--- /dev/null
+++ b/audio/snack/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Tue Feb 10 20:10:42 2004
++++ configure Sun Feb 15 13:56:28 2004
+@@ -1418,7 +1418,7 @@
+ echo "$as_me: error: Tcl and Tk must be configured with the --enable-shared flag" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+-CFLAGS=$TCL_SHLIB_CFLAGS
++CFLAGS="$CFLAGS $TCL_SHLIB_CFLAGS"
+ LD_SEARCH_FLAGS=$TCL_LD_SEARCH_FLAGS
+ SHLIB_LD=$TCL_SHLIB_LD
+ SHLIB_SUFFIX=$TCL_SHLIB_SUFFIX