diff options
author | Brian Hinz <bphinz@users.sourceforge.net> | 2014-04-05 02:33:49 +0000 |
---|---|---|
committer | Brian Hinz <bphinz@users.sourceforge.net> | 2014-04-05 02:33:49 +0000 |
commit | ecc3db599914999a93a17c0d702ca22e504f3621 (patch) | |
tree | 0959ec5e69b65f06e26ea26f6b646ce6cd94da89 /contrib | |
parent | 2e333bc3dafda3bf0b7ffe3f075fa671dbf47f6f (diff) | |
download | tigervnc-ecc3db599914999a93a17c0d702ca22e504f3621.tar.gz tigervnc-ecc3db599914999a93a17c0d702ca22e504f3621.zip |
Ubuntu's upstream fltk package contains patches that conflict with Pierre's patches. Building with vanilla fltk instead.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5177 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/packages/deb/ubuntu-precise/debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/packages/deb/ubuntu-precise/debian/rules b/contrib/packages/deb/ubuntu-precise/debian/rules index 432ec5e4..b338f725 100755 --- a/contrib/packages/deb/ubuntu-precise/debian/rules +++ b/contrib/packages/deb/ubuntu-precise/debian/rules @@ -155,9 +155,6 @@ clean: # Add here commands to clean up after the build process. dh_clean - (cd fltk-*; $(MAKE) distclean; rm configure) - (if [ -e Makefile ] ; then $(MAKE) clean ; fi) - (cd unix/xserver; if [ -e Makefile ] ; then $(MAKE) clean ; fi) install: DH_OPTIONS= install: build |