diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-03-17 21:56:36 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-03-17 21:56:36 +0800 |
commit | 79dedcead9d24d261cae86f7527b2312193f47d0 (patch) | |
tree | c98723a8bb49d47149827d7a592ec81e1db65e95 /x11-toolkits/tk84 | |
parent | ccbcb29752092beae4d37ee0dab6ccb07e230a2d (diff) | |
download | freebsd-ports-graphics-79dedcead9d24d261cae86f7527b2312193f47d0.tar.gz freebsd-ports-graphics-79dedcead9d24d261cae86f7527b2312193f47d0.tar.zst freebsd-ports-graphics-79dedcead9d24d261cae86f7527b2312193f47d0.zip |
- Cleanup patches, make sure tk84 build even when tclsrc does not exist
Diffstat (limited to 'x11-toolkits/tk84')
-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 691d92b0a59..b52e4e27384 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 9c04ebf4a13..fc9166672ea 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@ |