diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-17 13:56:36 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-17 13:56:36 +0000 |
commit | e07105e1eb030dc115cf01e90bc6d0602021df3d (patch) | |
tree | cee895f949cc03846f76a9d671d3853e6b65195d /x11-toolkits | |
parent | Replace USE_GNOME with USE_GNOMELIBS + libglade in LIB_DEPENDS - this reduces (diff) |
- Cleanup patches, make sure tk84 build even when tclsrc does not exist
Notes
Notes:
svn path=/head/; revision=56240
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tk84/files/patch-aa | 12 | ||||
-rw-r--r-- | x11-toolkits/tk84/files/patch-ab | 2 |
2 files changed, 11 insertions, 3 deletions
diff --git a/x11-toolkits/tk84/files/patch-aa b/x11-toolkits/tk84/files/patch-aa index 691d92b0a599..b52e4e273843 100644 --- a/x11-toolkits/tk84/files/patch-aa +++ b/x11-toolkits/tk84/files/patch-aa @@ -1,5 +1,5 @@ ---- configure.orig Thu Mar 7 07:34:52 2002 -+++ configure Thu Mar 7 07:35:03 2002 +--- configure.orig Wed Mar 6 09:51:50 2002 ++++ configure Sun Mar 17 14:49:04 2002 @@ -2482,22 +2482,23 @@ FreeBSD-*) # FreeBSD 3.* and greater have ELF. @@ -28,3 +28,11 @@ TCL_LIB_VERSIONS_OK=nodots ;; esac +@@ -3030,6 +3031,7 @@ + echo "$ac_t""no" 1>&6 + fi + ++TCL_SRC_DIR=${prefix}/include/tcl${TCL_VERSION} + + LIB_RUNTIME_DIR='${LIB_RUNTIME_DIR}' + diff --git a/x11-toolkits/tk84/files/patch-ab b/x11-toolkits/tk84/files/patch-ab index 9c04ebf4a133..fc9166672eab 100644 --- a/x11-toolkits/tk84/files/patch-ab +++ b/x11-toolkits/tk84/files/patch-ab @@ -16,7 +16,7 @@ #CFLAGS = $(CFLAGS_OPTIMIZE) #CFLAGS = $(CFLAGS_DEBUG) $(CFLAGS_OPTIMIZE) -CFLAGS = @CFLAGS@ @CFLAGS_DEFAULT@ -+CFLAGS ?= @CFLAGS@ ++CFLAGS ?= @CFLAGS@ @CFLAGS_DEFAULT@ # Flags to pass to the linker LDFLAGS_DEBUG = @LDFLAGS_DEBUG@ |