summaryrefslogtreecommitdiff
path: root/devel/cdialog/files/patch-makefile.in
diff options
context:
space:
mode:
authorSylvio Cesar Teixeira <sylvio@FreeBSD.org>2012-05-07 17:28:29 +0000
committerSylvio Cesar Teixeira <sylvio@FreeBSD.org>2012-05-07 17:28:29 +0000
commit81bad6bc8d1d3dbf59c675a6f82ac9eece663cff (patch)
tree9ce2d7f8fc3954f0ae113e697415591ff554db80 /devel/cdialog/files/patch-makefile.in
parent- Fix void main(), int main(void), int main(int) functions, which causes an i... (diff)
- Update to 1.1.20120215
- Remove files/patch-makefile.in PR: ports/166240 ports/166494 Submitted by: Takefu <takefu@airport.fm> lwhsu@
Notes
Notes: svn path=/head/; revision=296153
Diffstat (limited to 'devel/cdialog/files/patch-makefile.in')
-rw-r--r--devel/cdialog/files/patch-makefile.in28
1 files changed, 0 insertions, 28 deletions
diff --git a/devel/cdialog/files/patch-makefile.in b/devel/cdialog/files/patch-makefile.in
deleted file mode 100644
index 4df571327090..000000000000
--- a/devel/cdialog/files/patch-makefile.in
+++ /dev/null
@@ -1,28 +0,0 @@
---- makefile.in.orig 2011-10-21 05:03:37.000000000 +0800
-+++ makefile.in 2011-12-25 02:59:10.781638649 +0800
-@@ -85,6 +85,7 @@
- LIBTOOL_LINK = @LIB_LINK@
- LIBTOOL_INSTALL = @LIB_INSTALL@
- LIBTOOL_UNINSTALL = @LIB_UNINSTALL@
-+LIBTOOL_VERSION = @LIBTOOL_VERSION@
-
- INSTALL = @INSTALL@
- INSTALL_PROGRAM = $(LIBTOOL_INSTALL) @INSTALL_PROGRAM@
-@@ -102,7 +103,7 @@
- # The library name $(LIB) is set at configure/make time, since it is used as a
- # makefile target. Ditto for $(PROG).
- LIB = @LIB_PREFIX@@PACKAGE@$a
--PROG = dialog$x
-+PROG = @PACKAGE@$x
- #
- # Standard .c to .o compile line.
- #
-@@ -180,7 +181,7 @@
- $(LIBTOOL_CREATE) $(LIB) $(LIB_OBJECT)
- $(RANLIB) $@
-
--dialog$x : $(LIB) dialog$o @INTLDIR_MAKE@ @INTLLIBS@
-+$(PROG)$x : $(LIB) dialog$o @INTLDIR_MAKE@ @INTLLIBS@
- $(LINK) -o $@ dialog$o -L. -l@PACKAGE@ $(LDFLAGS) $(LIBS)
-
- clean \