~ubuntu-branches/ubuntu/saucy/glew/saucy

« back to all changes in this revision

Viewing changes to config/Makefile.netbsd

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-11-12 12:29:37 UTC
  • mfrom: (1.1.10) (2.1.24 quantal)
  • Revision ID: package-import@ubuntu.com-20121112122937-nndbqb4zab320rou
Tags: 1.9.0.is.1.8.0-0ubuntu1
Re-upload 1.8.0, the new version breaks builds, including unity. It will
be reuploaded later once the rdepends are made to build

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
CC = cc
3
3
LD = ld
4
4
LDFLAGS.EXTRA = -L/usr/X11R7/lib -R /usr/X11R7/lib 
5
 
LDFLAGS.GL = -lXmu -lXi -lGL -lXext -lX11
 
5
LDFLAGS.GL = -lXmu -lXi -lGLU -lGL -lXext -lX11
6
6
LDFLAGS.STATIC = -Wl,-Bstatic
7
7
LDFLAGS.DYNAMIC = -Wl,-Bdynamic
8
8
CFLAGS.EXTRA += -I/usr/X11R7/include -fPIC