diff options
Diffstat (limited to 'sysutils/lsmlib/files/patch-makefile')
-rw-r--r-- | sysutils/lsmlib/files/patch-makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/lsmlib/files/patch-makefile b/sysutils/lsmlib/files/patch-makefile new file mode 100644 index 000000000000..7546cf000ed1 --- /dev/null +++ b/sysutils/lsmlib/files/patch-makefile @@ -0,0 +1,15 @@ +--- makefile.orig Tue Jul 24 22:43:50 2001 ++++ makefile Tue Jul 24 22:46:15 2001 +@@ -4,10 +4,10 @@ + # please see COPYING for further informations + # + +-CC= gcc ++CFLAGS+= `${XML2_CONFIG} --cflags` + STD= _GNU_SOURCE + OBJS= main.o lsm.o +-LIBS= -lxml2 ++LIBS= `${XML2_CONFIG} --libs` + + .c.o: + $(CC) -c -Wall $(CFLAGS) -D$(STD) $< |