~ubuntu-branches/ubuntu/quantal/cccc/quantal

« back to all changes in this revision

Viewing changes to debian/patches/packaged-pccts.patch

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-06-26 01:04:39 UTC
  • Revision ID: package-import@ubuntu.com-20120626010439-7klq8po1834v5079
Tags: 1:3.1.4-4
* Convert debian/copyright to copyright-format 1.0.
* Use dpkg-buildflags to enable hardening options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Build with Debian pccts package rather than included pccts
2
 
Author: Colin Watson <cjwatson@debian.org>
3
 
Forwarded: not-needed
4
 
Last-Update: 2010-03-02
5
 
 
6
 
Index: b/cccc/posixgcc.mak
7
 
===================================================================
8
 
--- a/cccc/posixgcc.mak
9
 
+++ b/cccc/posixgcc.mak
10
 
@@ -26,7 +26,7 @@
11
 
 
12
 
 CCC=g++
13
 
 LD=g++
14
 
-CFLAGS=-c -I../pccts/h $(CFLAGS_DEBUG) -x c++ 
15
 
+CFLAGS=-c -I/usr/include/pccts $(CFLAGS_DEBUG) -x c++ 
16
 
 C_OFLAG=-o
17
 
 LDFLAGS=$(LDFLAGS_DEBUG)
18
 
 LD_OFLAG=-o