diff options
author | asami <asami@FreeBSD.org> | 1999-12-10 00:16:26 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-12-10 00:16:26 +0800 |
commit | 60f4be92488d4472d1cb8ebf7dbcc093a3cf7e77 (patch) | |
tree | 2ac2baa7df74727ad7ff64f50b1158a2640731bb /x11-toolkits/tix | |
parent | 2fb56cb13a78092375f2c42be46c3075bc9c7bf8 (diff) | |
download | freebsd-ports-gnome-60f4be92488d4472d1cb8ebf7dbcc093a3cf7e77.tar.gz freebsd-ports-gnome-60f4be92488d4472d1cb8ebf7dbcc093a3cf7e77.tar.zst freebsd-ports-gnome-60f4be92488d4472d1cb8ebf7dbcc093a3cf7e77.zip |
Put back TIX_LIB_FILE and TIXSAM_LIB_FILE definitions, they are still needed.
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> |