]> git.pld-linux.org Git - packages/newt.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 27 Jan 2007 22:09:03 +0000 (22:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    newt-make.patch -> 1.1

newt-make.patch [new file with mode: 0644]

diff --git a/newt-make.patch b/newt-make.patch
new file mode 100644 (file)
index 0000000..aeb2169
--- /dev/null
@@ -0,0 +1,57 @@
+--- Makefile.in.org    2007-01-27 23:03:10.003192750 +0100
++++ Makefile.in        2007-01-27 23:07:13.690422250 +0100
+@@ -54,19 +54,19 @@
+ all:  $(TARGET) $(SNACKSO)
+ test: test.o $(LIBNEWT)
+-      $(CC) -g -o test test.o $(LIBNEWT) $(LIBS)
++      $(CC) $(CFLAGS) $(CPPFLAGS) -o test test.o $(LIBNEWT) $(LIBS)
+ testgrid:     testgrid.o $(LIBNEWT)
+-      $(CC) -g -o testgrid testgrid.o $(LIBNEWT) $(LIBS)
++      $(CC) $(CFLAGS) $(CPPFLAGS) -o testgrid testgrid.o $(LIBNEWT) $(LIBS)
+ testtree:     testtree.o $(LIBNEWT)
+-      $(CC) -g -o testtree testtree.o $(LIBNEWT) $(LIBS)
++      $(CC) $(CFLAGS) $(CPPFLAGS) -o testtree testtree.o $(LIBNEWT) $(LIBS)
+ showchars:    showchars.o $(LIBNEWT)
+-      $(CC) -g -o showchars showchars.o $(LIBNEWT) $(LIBS)
++      $(CC) $(CFLAGS) $(CPPFLAGS) -o showchars showchars.o $(LIBNEWT) $(LIBS)
+ showkey:      showkey.o $(LIBNEWT)
+-      $(CC) -g -o showkey showkey.o $(LIBNEWT) $(LIBS)
++      $(CC) $(CFLAGS) $(CPPFLAGS) -o showkey showkey.o $(LIBNEWT) $(LIBS)
+ _snackmodule.so:   snackmodule.c $(LIBNEWTSH)
+       [ -z "$(SNACKSO)" ] || for ver in $(PYTHONVERS) ; do \
+@@ -79,16 +79,16 @@
+       touch $@
+ whiptail: $(NDIALOGOBJS) $(LIBNEWTSH)
+-      $(CC) -g -o whiptail $(NDIALOGOBJS) -L . -lnewt $(LIBS) -lpopt
++      $(CC) $(CFLAGS) $(CPPFLAGS) -o whiptail $(NDIALOGOBJS) -L . -lnewt $(LIBS) -lpopt
+ whiptcl.o:   whiptcl.c
+-      gcc -fPIC $(CFLAGS) -c whiptcl.c
++      gcc -fPIC $(CFLAGS) $(CPPFLAGS) -c whiptcl.c
+ dialogboxes.o:   dialogboxes.c
+-      gcc -fPIC $(CFLAGS) -c dialogboxes.c
++      gcc -fPIC $(CFLAGS) $(CPPFLAGS) -c dialogboxes.c
+ whiptcl.so: $(WHIPTCLOBJS) $(LIBNEWTSH)
+-      $(CC) -shared $(SHCFLAGS) -o whiptcl.so $(WHIPTCLOBJS) -L . -lnewt  $(LIBTCL) -lslang -lpopt -lm
++      $(CC) -shared $(SHCFLAGS) $(CFLAGS) $(CPPFLAGS) -o whiptcl.so $(WHIPTCLOBJS) -L . -lnewt  $(LIBTCL) -lslang -lpopt -lm
+ $(LIBNEWT): $(LIBOBJS)
+       ar rv $@ $^
+@@ -103,7 +103,7 @@
+               $(SHAREDDIR)/*.o *.so*
+ depend:
+-      $(CPP) $(CFLAGS) $(CPPFLAGS) -M $(SOURCES) > .depend
++      $(CPP) $(CPPFLAGS) -M $(SOURCES) > .depend
+ $(SHAREDDIR):
+       mkdir -p $(SHAREDDIR)
This page took 0.155584 seconds and 4 git commands to generate.