diff options
author | krion <krion@FreeBSD.org> | 2004-02-19 00:28:08 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-02-19 00:28:08 +0800 |
commit | aa5691db2d5f58b73ca3e5780b520844f868b170 (patch) | |
tree | f060e27fcab5e74de98ebfdfeadb2944648b30e0 /audio/snack/files | |
parent | 7e77cbb6cb20ee8bf3b29bd63e4a55f464a30dd5 (diff) | |
download | freebsd-ports-gnome-aa5691db2d5f58b73ca3e5780b520844f868b170.tar.gz freebsd-ports-gnome-aa5691db2d5f58b73ca3e5780b520844f868b170.tar.zst freebsd-ports-gnome-aa5691db2d5f58b73ca3e5780b520844f868b170.zip |
- Update to version 2.2.4
PR: ports/63003
Submitted by: Ports Fury
Diffstat (limited to 'audio/snack/files')
-rw-r--r-- | audio/snack/files/patch-Makefile.in | 24 | ||||
-rw-r--r-- | audio/snack/files/patch-configure | 11 |
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 |