diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-12-09 16:16:26 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-12-09 16:16:26 +0000 |
commit | 9ba27af60127119aa4fc38c88ebf198634aeacc2 (patch) | |
tree | 9fd61c506a9d4122f18bd682ab2b92dd2648a657 /x11-toolkits/tix | |
parent | bf5ac26cc0f0c3b3db50af3c50f9d899190ecd0f (diff) | |
download | ports-9ba27af60127119aa4fc38c88ebf198634aeacc2.tar.gz ports-9ba27af60127119aa4fc38c88ebf198634aeacc2.zip |
Notes
Diffstat (limited to 'x11-toolkits/tix')
-rw-r--r-- | x11-toolkits/tix/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/tix/Makefile b/x11-toolkits/tix/Makefile index d07b3812b266..20ea82b336c2 100644 --- a/x11-toolkits/tix/Makefile +++ b/x11-toolkits/tix/Makefile @@ -36,6 +36,8 @@ MANN= BtnBox.n Balloon.n ChkList.n Destroy.n ComboBox.n Control.n \ TIX_LIB= libtix4182.so TIXSAM_LIB= libtixsam4182.so +TIX_LIB_FILE= ${TIX_LIB}.1 +TIXSAM_LIB_FILE=${TIXSAM_LIB}.1 CFLAGS+= -fwritable-strings .include <bsd.port.pre.mk> |