diff options
Diffstat (limited to 'devel/tcl-trf/files/patch-Makefile')
-rw-r--r-- | devel/tcl-trf/files/patch-Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/tcl-trf/files/patch-Makefile b/devel/tcl-trf/files/patch-Makefile new file mode 100644 index 000000000000..440259331a2d --- /dev/null +++ b/devel/tcl-trf/files/patch-Makefile @@ -0,0 +1,16 @@ +--- Makefile.in 2009-06-18 00:45:22.000000000 -0400 ++++ Makefile.in 2009-07-13 01:07:48.000000000 -0400 +@@ -84,5 +84,5 @@ + DESTDIR = + +-PKG_DIR = $(PACKAGE_NAME)$(PACKAGE_VERSION) ++PKG_DIR = $(PACKAGE_NAME) + pkgdatadir = $(datadir)/$(PKG_DIR) + pkglibdir = $(libdir)/$(PKG_DIR) +@@ -154,5 +154,5 @@ + + CPPFLAGS = @CPPFLAGS@ +-LIBS = @PKG_LIBS@ @LIBS@ ++LIBS = @PKG_LIBS@ @LIBS@ -lz -lbz2 -lcrypt ${SSLLIB} -lcrypto + AR = @AR@ + CFLAGS = @CFLAGS@ |