diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-11-24 13:37:05 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-11-24 13:37:05 +0800 |
commit | 5f7888a4c5b7b23aa0fef99678426e11d29d2e75 (patch) | |
tree | 89bf2ed485a2862a96672527f8683d0a29405286 /audio/snack/files | |
parent | 39425143ebebd09040d0295a07769828b48c5070 (diff) | |
download | freebsd-ports-gnome-5f7888a4c5b7b23aa0fef99678426e11d29d2e75.tar.gz freebsd-ports-gnome-5f7888a4c5b7b23aa0fef99678426e11d29d2e75.tar.zst freebsd-ports-gnome-5f7888a4c5b7b23aa0fef99678426e11d29d2e75.zip |
add snack
The Snack Sound Toolkit
Diffstat (limited to 'audio/snack/files')
-rw-r--r-- | audio/snack/files/patch-Makefile.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/snack/files/patch-Makefile.in b/audio/snack/files/patch-Makefile.in new file mode 100644 index 000000000000..697347cbd5a3 --- /dev/null +++ b/audio/snack/files/patch-Makefile.in @@ -0,0 +1,15 @@ +--- 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.3/generic + + # The path to the tk.h header file + +-TK_INCPATH = @TK_SRC_DIR@/generic ++TK_INCPATH = %%LOCALBASE%%/include/tk8.3/generic + + # The path to the X11 include files + |