diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-11-26 11:29:39 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-11-26 11:29:39 +0800 |
commit | 650d8a38df2668b895e11277c1cd40b5ac073d25 (patch) | |
tree | d82fb00ed242cd2462f4dd0157b1f83053c122d4 /graphics/libimg | |
parent | eadbe3a61a20bcac303f345d54426a698d78bddd (diff) | |
download | freebsd-ports-gnome-650d8a38df2668b895e11277c1cd40b5ac073d25.tar.gz freebsd-ports-gnome-650d8a38df2668b895e11277c1cd40b5ac073d25.tar.zst freebsd-ports-gnome-650d8a38df2668b895e11277c1cd40b5ac073d25.zip |
Forgot to add this
Diffstat (limited to 'graphics/libimg')
-rw-r--r-- | graphics/libimg/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/libimg/files/patch-ab b/graphics/libimg/files/patch-ab new file mode 100644 index 000000000000..fc60fd460be8 --- /dev/null +++ b/graphics/libimg/files/patch-ab @@ -0,0 +1,11 @@ +--- Makefile.in.orig Tue Oct 26 14:29:30 1999 ++++ Makefile.in Thu Nov 18 10:11:53 1999 +@@ -87,7 +87,7 @@ + TK_XLIBSW = @TK_XLIBSW@ + + # Libraries to be included with libimg$(VERSION).so +-TCL_SHARED_LIBS = @TCL_SHARED_LIBS@ ++TCL_SHARED_LIBS = + + # Default top-level directories in which to install architecture- + # specific files (exec_prefix) and machine-independent files such |