diff options
author | asami <asami@FreeBSD.org> | 1996-10-10 08:47:10 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-10-10 08:47:10 +0800 |
commit | 4163d2e88cf4bccd8a51d722d554fa2849bb4563 (patch) | |
tree | bf9c2f05246e947da255267d2f55b247139fe54b /lang/STk/files | |
parent | bae26bfa76495560d691647dcdc1cbf377973ea7 (diff) | |
download | freebsd-ports-gnome-4163d2e88cf4bccd8a51d722d554fa2849bb4563.tar.gz freebsd-ports-gnome-4163d2e88cf4bccd8a51d722d554fa2849bb4563.tar.zst freebsd-ports-gnome-4163d2e88cf4bccd8a51d722d554fa2849bb4563.zip |
Forcefully ignore libgnumalloc.
Pointed to the right place by: jmacd
Diffstat (limited to 'lang/STk/files')
-rw-r--r-- | lang/STk/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/STk/files/patch-aa b/lang/STk/files/patch-aa index a13f969e4ffb..ff47800058a3 100644 --- a/lang/STk/files/patch-aa +++ b/lang/STk/files/patch-aa @@ -14,7 +14,7 @@ diff -cr STk-3.1/Makefile.in STk-3.1.new/Makefile.in @echo "SH_LDFLAGS = @SH_LDFLAGS@" >> config.make @echo "SH_LOADER = @SH_LOADER@" >> config.make @echo "SH_SUFFIX = @SH_SUFFIX@" >> config.make -! @echo "LIB_MALLOC = -lgnumalloc" >> config.make +! @echo "LIB_MALLOC = " >> config.make @echo "LIB_DLD = @LIB_DLD@" >> config.make @echo "STK_LIBRARY = $(libdir)" >> config.make |