diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /databases/pxtools/files/patch-src::Makefile.in | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Notes
Notes:
svn path=/head/; revision=363362
Diffstat (limited to 'databases/pxtools/files/patch-src::Makefile.in')
-rw-r--r-- | databases/pxtools/files/patch-src::Makefile.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/databases/pxtools/files/patch-src::Makefile.in b/databases/pxtools/files/patch-src::Makefile.in deleted file mode 100644 index e2ed96c16e35..000000000000 --- a/databases/pxtools/files/patch-src::Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- src/Makefile.in.orig Tue Jul 16 07:12:57 2002 -+++ src/Makefile.in Sat Sep 28 20:02:35 2002 -@@ -103,7 +103,7 @@ - - noinst_HEADERS = pxtypes.h pxconvert.h pxparse.h - --CFLAGS = -g -Wall -O2 #-DDEBUG -DDEBUG_HEAD_COPY -+CFLAGS = @CFLAGS@ #-DDEBUG -DDEBUG_HEAD_COPY - DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\" - - pxinfo_LDADD = $(INTLLIBS) -@@ -196,7 +196,7 @@ - $(LINK) $(pxcsvdump_LDFLAGS) $(pxcsvdump_OBJECTS) $(pxcsvdump_LDADD) $(LIBS) - pxinfo$(EXEEXT): $(pxinfo_OBJECTS) $(pxinfo_DEPENDENCIES) - @rm -f pxinfo$(EXEEXT) -- $(LINK) $(pxinfo_LDFLAGS) $(pxinfo_OBJECTS) $(pxinfo_LDADD) $(LIBS) -+ $(LINK) $(pxinfo_LDFLAGS) $(pxinfo_OBJECTS) $(pxinfo_LDADD) $(LIBS) $(INTLLIBS) - pxsqldump$(EXEEXT): $(pxsqldump_OBJECTS) $(pxsqldump_DEPENDENCIES) - @rm -f pxsqldump$(EXEEXT) - $(LINK) $(pxsqldump_LDFLAGS) $(pxsqldump_OBJECTS) $(pxsqldump_LDADD) $(LIBS) |